Skip to content

Commit 9698925

Browse files
Avasamabravalheri
authored andcommitted
Deduplicate testing dependencies by dropping testing-integration
1 parent 48eb575 commit 9698925

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

newsfragments/4282.misc.rst

+1
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

+1-14
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ testing =
6060
jaraco.envs>=2.2
6161
pytest-xdist>=3 # Dropped dependency on pytest-fork and py
6262
jaraco.path>=3.2.0
63-
build[virtualenv]
63+
build[virtualenv]>=1.0.3
6464
filelock>=3.4.0
6565
ini2toml[lite]>=0.9
6666
tomli-w>=1.0.0
@@ -77,19 +77,6 @@ testing =
7777
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
7878
importlib_metadata
7979

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

tox.ini

+1-1
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)