File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ keywords:
6969
7070tox_unmanaged :
7171 - pytest
72- - testenv:py313
7372
7473extra_sphinx_extensions :
7574 - sphinx_toolbox.tweaks.footnote_symbols
Original file line number Diff line number Diff line change 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]
5360download = True
5461setenv =
@@ -203,12 +210,6 @@ ignore = W002
203210toplevel = pymassspec_plot
204211package = pymassspec_plot
205212
206- [testenv:py313]
207- download = True
208- setenv =
209- PYTHONDEVMODE=1
210- PIP_DISABLE_PIP_VERSION_CHECK=1
211-
212213[pytest]
213214addopts = --color yes --durations 25 --mpl
214215timeout = 300
You can’t perform that action at this time.
0 commit comments