File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change
1
+ Removed the ``setuptools[testing-integration] `` in favor of ``setuptools[testing] `` -- by :user: `Avasam `
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ testing =
62
62
jaraco.envs>=2.2
63
63
pytest-xdist>=3 # Dropped dependency on pytest-fork and py
64
64
jaraco.path>=3.2.0
65
- build[virtualenv]
65
+ build[virtualenv]>=1.0.3
66
66
filelock>=3.4.0
67
67
ini2toml[lite]>=0.9
68
68
tomli-w>=1.0.0
@@ -79,19 +79,6 @@ testing =
79
79
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
80
80
importlib_metadata
81
81
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
-
95
82
docs =
96
83
# upstream
97
84
sphinx >= 3.5
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pass_env =
23
23
24
24
[testenv:integration]
25
25
deps = {[testenv]deps}
26
- extras = testing-integration
26
+ extras = testing
27
27
pass_env =
28
28
{[testenv]pass_env}
29
29
DOWNLOAD_PATH
You can’t perform that action at this time.
0 commit comments