Skip to content

Commit

Permalink
#53: Updated tox requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Mar 14, 2024
1 parent 8054c8b commit ce9ba83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ setenv =
deps =
# faker
py27: faker<4
py{36,37,38,39,310}: faker>=9.9.0
py{36,37,38,39,310,311,312}: faker>=9.9.0
# parmap
py27: parmap==1.5.2
py{36,37,38,39,310}: parmap>=1.5.2
py{36,37,38,39,310,311,312}: parmap>=1.5.2
# psycopg2-binary
py27: psycopg2-binary==2.8.4
py{36,37,38,39,310}: psycopg2-binary>=2.9.2
py{36,37,38,39,310,311,312}: psycopg2-binary>=2.9.2
# pyyaml
py27: pyyaml<6
py{36,37,38,39,310}: pyyaml>=6
# pytest
py27: pytest==4.0.2
py27: attrs<19.2
py27: more-itertools<8.11
py{36,37,38,39,310}: pytest==6.2.5
py{36,37,38,39,310,311,312}: pytest==6.2.5
# Common requirements
-r{toxinidir}/requirements-tox.txt
commands =
Expand Down

0 comments on commit ce9ba83

Please sign in to comment.