Skip to content

Commit ff4b87c

Browse files
committed
Deduplicate testing dependencies by dropping testing-integration
1 parent 6ee23bf commit ff4b87c

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

newsfragments/4282.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed the ``setuptools[testing-integration]`` in favor of ``setuptools[testing]`` -- by :user:`Avasam`

setup.cfg

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ testing =
6262
jaraco.envs>=2.2
6363
pytest-xdist>=3 # Dropped dependency on pytest-fork and py
6464
jaraco.path>=3.2.0
65-
build[virtualenv]
65+
build[virtualenv]>=1.0.3
6666
filelock>=3.4.0
6767
ini2toml[lite]>=0.9
6868
tomli-w>=1.0.0
@@ -79,19 +79,6 @@ testing =
7979
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
8080
importlib_metadata
8181

82-
testing-integration =
83-
pytest
84-
pytest-xdist
85-
pytest-enabler
86-
virtualenv>=13.0.0
87-
tomli
88-
wheel
89-
jaraco.path>=3.2.0
90-
jaraco.envs>=2.2
91-
build[virtualenv]>=1.0.3
92-
filelock>=3.4.0
93-
packaging>=23.2
94-
9582
docs =
9683
# upstream
9784
sphinx >= 3.5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pass_env =
2323

2424
[testenv:integration]
2525
deps = {[testenv]deps}
26-
extras = testing-integration
26+
extras = testing
2727
pass_env =
2828
{[testenv]pass_env}
2929
DOWNLOAD_PATH

0 commit comments

Comments
 (0)