Skip to content

Commit

Permalink
Move dependency to tox to allow for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 1, 2022
1 parent 4f00432 commit 54714e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ testing =
types-python-dateutil
types-requests
importlib_resources
# workaround for jamielennox/requests-mock#17
requests_mock@git+https://github.com/jaraco/requests-mock@bugfix-17
requests-mock

docs =
# upstream
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
deps =
# workaround for jamielennox/requests-mock#17
requests_mock@git+https://github.com/jaraco/requests-mock@bugfix-17
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit 54714e6

Please sign in to comment.