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:
129129mypy_deps :
130130 - types-docutils
131131
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 =
6969 PYTHONDEVMODE =1
7070 PIP_DISABLE_PIP_VERSION_CHECK =1
7171
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-
8572[testenv:build]
8673setenv =
8774 PYTHONDEVMODE =1
@@ -244,19 +231,6 @@ filterwarnings =
244231 always:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:sphinx.builders[.*]
245232markers = sphinx
246233
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-
260234[testenv]
261235setenv =
262236 PYTHONDEVMODE=1
@@ -375,3 +349,8 @@ commands =
375349 pip install pygments>=2.7.4,<=2.13.0
376350 python --version
377351 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