Skip to content

Commit

Permalink
#53: Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Mar 14, 2024
1 parent e4a73c1 commit ac3947d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions requirements/dev-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
alabaster==0.7.16
# via sphinx
attrs==21.1.0
# via
# -r tox-py3.in
# pytest
# via pytest
babel==2.14.0
# via sphinx
certifi==2024.2.2
Expand Down
1 change: 0 additions & 1 deletion requirements/tox-py3.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
attrs==21.1.0
coverage
Faker
mock
Expand Down
4 changes: 1 addition & 3 deletions requirements/tox-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
#--index-url https://pypi.python.org/simple

attrs==21.1.0
# via
# -r tox-py3.in
# pytest
# via pytest
coverage[toml]==7.4.3
# via
# -r tox-py3.in
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setenv =
PYTHONPATH = {toxinidir}
deps =
py27: -r{toxinidir}/requirements/tox-py2.txt
# Common requirements
py{34,35,36,37,38,39,310,311,312}: -r{toxinidir}/requirements/tox-py3.txt
commands =
py.test --basetemp={envtmpdir} {posargs}

0 comments on commit ac3947d

Please sign in to comment.