Skip to content

Commit

Permalink
Use setup.cfg to specify test dependency on packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 22, 2024
1 parent adc8999 commit 86a2899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -59,6 +59,7 @@ testing =
virtualenv>=13.0.0
wheel
pip>=19.1 # For proper file:// URLs support.
packaging>=23.2
jaraco.envs>=2.2
pytest-xdist
jaraco.path>=3.2.0
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -2,7 +2,6 @@
description = perform primary checks (tests, style, types, coverage)
deps =
# Ideally all the dependencies should be set as "extras"
packaging >= 23.2
setenv =
PYTHONWARNDEFAULTENCODING = 1
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
Expand Down

0 comments on commit 86a2899

Please sign in to comment.