File tree Expand file tree Collapse file tree 2 files changed +8
-28
lines changed Expand file tree Collapse file tree 2 files changed +8
-28
lines changed Original file line number Diff line number Diff line change @@ -129,5 +129,6 @@ classifiers:
129
129
mypy_deps :
130
130
- types-docutils
131
131
132
- exclude_files :
133
- - tox
132
+ tox_unmanaged :
133
+ - testenv
134
+ - fixups
Original file line number Diff line number Diff line change @@ -69,19 +69,6 @@ setenv =
69
69
PYTHONDEVMODE =1
70
70
PIP_DISABLE_PIP_VERSION_CHECK =1
71
71
72
- [testenv:py313]
73
- download = True
74
- setenv =
75
- PYTHONDEVMODE =1
76
- PIP_DISABLE_PIP_VERSION_CHECK =1
77
- UNSAFE_PYO3_SKIP_VERSION_CHECK =1
78
-
79
- [testenv:py312]
80
- download = True
81
- setenv =
82
- PYTHONDEVMODE =1
83
- PIP_DISABLE_PIP_VERSION_CHECK =1
84
-
85
72
[testenv:build]
86
73
setenv =
87
74
PYTHONDEVMODE =1
@@ -244,19 +231,6 @@ filterwarnings =
244
231
always:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:sphinx.builders[.*]
245
232
markers = sphinx
246
233
247
- [testenv:py312-docutils{0.16,0.17,0.18}]
248
- download = True
249
- setenv =
250
- PYTHONDEVMODE=1
251
- PIP_DISABLE_PIP_VERSION_CHECK=1
252
-
253
- [testenv:py313-docutils{0.16,0.17,0.18}]
254
- download = True
255
- setenv =
256
- PYTHONDEVMODE=1
257
- PIP_DISABLE_PIP_VERSION_CHECK=1
258
- UNSAFE_PYO3_SKIP_VERSION_CHECK=1
259
-
260
234
[testenv]
261
235
setenv =
262
236
PYTHONDEVMODE=1
@@ -375,3 +349,8 @@ commands =
375
349
pip install pygments>=2.7.4,<=2.13.0
376
350
python --version
377
351
python -m pytest --cov=html_section -r aR tests/ {posargs}
352
+
353
+ [testenv:py313-docutils0.18]
354
+ setenv =
355
+ PYTHONDEVMODE=1
356
+ PIP_DISABLE_PIP_VERSION_CHECK=1
You can’t perform that action at this time.
0 commit comments