Skip to content

Commit

Permalink
Deduplicate testing dependencies by dropping testing-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 16, 2024
1 parent 6ee23bf commit ff4b87c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions newsfragments/4282.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed the ``setuptools[testing-integration]`` in favor of ``setuptools[testing]`` -- by :user:`Avasam`
15 changes: 1 addition & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ testing =
jaraco.envs>=2.2
pytest-xdist>=3 # Dropped dependency on pytest-fork and py
jaraco.path>=3.2.0
build[virtualenv]
build[virtualenv]>=1.0.3
filelock>=3.4.0
ini2toml[lite]>=0.9
tomli-w>=1.0.0
Expand All @@ -79,19 +79,6 @@ testing =
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
importlib_metadata

testing-integration =
pytest
pytest-xdist
pytest-enabler
virtualenv>=13.0.0
tomli
wheel
jaraco.path>=3.2.0
jaraco.envs>=2.2
build[virtualenv]>=1.0.3
filelock>=3.4.0
packaging>=23.2

docs =
# upstream
sphinx >= 3.5
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pass_env =

[testenv:integration]
deps = {[testenv]deps}
extras = testing-integration
extras = testing
pass_env =
{[testenv]pass_env}
DOWNLOAD_PATH
Expand Down

0 comments on commit ff4b87c

Please sign in to comment.