Skip to content

Commit 54b3aec

Browse files
committed
Pin older netcdf4 on Python 3.13
1 parent 73ceb13 commit 54b3aec

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

repo_helper.yml

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

7070
tox_unmanaged:
7171
- pytest
72+
- testenv:py313
7273

7374
extra_sphinx_extensions:
7475
- sphinx_toolbox.tweaks.footnote_symbols

tox.ini

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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]
6153
download = True
6254
setenv =
@@ -208,6 +200,16 @@ ignore = W002
208200
toplevel = pymassspec_plot
209201
package = 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]
212214
addopts = --color yes --durations 25 --mpl
213215
timeout = 300

0 commit comments

Comments
 (0)