File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed 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 =
@@ -200,16 +207,6 @@ ignore = W002
200207toplevel = pymassspec_plot
201208package = pymassspec_plot
202209
203- [testenv:py313]
204- download = True
205- setenv =
206- PYTHONDEVMODE=1
207- PIP_DISABLE_PIP_VERSION_CHECK=1
208- UNSAFE_PYO3_SKIP_VERSION_CHECK=1
209- deps =
210- -r{toxinidir}/tests/requirements.txt
211- netcdf4==1.6.5
212-
213210[pytest]
214211addopts = --color yes --durations 25 --mpl
215212timeout = 300
You can’t perform that action at this time.
0 commit comments