File tree 3 files changed +3
-15
lines changed
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 @@ -60,7 +60,7 @@ testing =
60
60
jaraco.envs>=2.2
61
61
pytest-xdist>=3 # Dropped dependency on pytest-fork and py
62
62
jaraco.path>=3.2.0
63
- build[virtualenv]
63
+ build[virtualenv]>=1.0.3
64
64
filelock>=3.4.0
65
65
ini2toml[lite]>=0.9
66
66
tomli-w>=1.0.0
@@ -77,19 +77,6 @@ testing =
77
77
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
78
78
importlib_metadata
79
79
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
-
93
80
docs =
94
81
# upstream
95
82
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