Skip to content

Commit c91434b

Browse files
committed
Fix py313-docutils0.18 tests.
1 parent feef4f2 commit c91434b

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

repo_helper.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@ classifiers:
129129
mypy_deps:
130130
- types-docutils
131131

132-
exclude_files:
133-
- tox
132+
tox_unmanaged:
133+
- testenv
134+
- fixups

tox.ini

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff 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]
8673
setenv =
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[.*]
245232
markers = 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]
261235
setenv =
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

0 commit comments

Comments
 (0)