File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ keywords:
6969
7070tox_unmanaged :
7171 - pytest
72+ - testenv:py313
7273
7374extra_sphinx_extensions :
7475 - 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
98# * testenv:py312-dev
109# * testenv:py312
1110# * testenv:docs
@@ -50,13 +49,6 @@ setenv =
5049 PYTHONDEVMODE =1
5150 PIP_DISABLE_PIP_VERSION_CHECK =1
5251
53- [testenv:py313]
54- download = True
55- setenv =
56- PYTHONDEVMODE =1
57- PIP_DISABLE_PIP_VERSION_CHECK =1
58- UNSAFE_PYO3_SKIP_VERSION_CHECK =1
59-
6052[testenv:py312]
6153download = True
6254setenv =
@@ -208,6 +200,16 @@ ignore = W002
208200toplevel = pymassspec_plot
209201package = pymassspec_plot
210202
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+
211213[pytest]
212214addopts = --color yes --durations 25 --mpl
213215timeout = 300
You can’t perform that action at this time.
0 commit comments