Skip to content

Commit f8544e2

Browse files
committed
Remove testenv:py313 from tox_unmanaged.
1 parent 523cfa9 commit f8544e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ keywords:
6969

7070
tox_unmanaged:
7171
- pytest
72-
- testenv:py313
7372

7473
extra_sphinx_extensions:
7574
- sphinx_toolbox.tweaks.footnote_symbols

tox.ini

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# * testenv
66
# * testenv:.package
77
# * testenv:py313-dev
8+
# * testenv:py313
89
# * testenv:py312-dev
910
# * testenv:py312
1011
# * testenv:docs
@@ -49,6 +50,12 @@ setenv =
4950
PYTHONDEVMODE=1
5051
PIP_DISABLE_PIP_VERSION_CHECK=1
5152

53+
[testenv:py313]
54+
download = True
55+
setenv =
56+
PYTHONDEVMODE=1
57+
PIP_DISABLE_PIP_VERSION_CHECK=1
58+
5259
[testenv:py312]
5360
download = True
5461
setenv =
@@ -203,12 +210,6 @@ ignore = W002
203210
toplevel = pymassspec_plot
204211
package = pymassspec_plot
205212
206-
[testenv:py313]
207-
download = True
208-
setenv =
209-
PYTHONDEVMODE=1
210-
PIP_DISABLE_PIP_VERSION_CHECK=1
211-
212213
[pytest]
213214
addopts = --color yes --durations 25 --mpl
214215
timeout = 300

0 commit comments

Comments
 (0)