Skip to content

Commit 86a2899

Browse files
committed
Use setup.cfg to specify test dependency on packaging
1 parent adc8999 commit 86a2899

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ testing =
5959
virtualenv>=13.0.0
6060
wheel
6161
pip>=19.1 # For proper file:// URLs support.
62+
packaging>=23.2
6263
jaraco.envs>=2.2
6364
pytest-xdist
6465
jaraco.path>=3.2.0

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description = perform primary checks (tests, style, types, coverage)
33
deps =
44
# Ideally all the dependencies should be set as "extras"
5-
packaging >= 23.2
65
setenv =
76
PYTHONWARNDEFAULTENCODING = 1
87
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}

0 commit comments

Comments
 (0)