Skip to content

Commit

Permalink
Pin older netcdf4 on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 18, 2024
1 parent 73ceb13 commit 54b3aec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ keywords:

tox_unmanaged:
- pytest
- testenv:py313

extra_sphinx_extensions:
- sphinx_toolbox.tweaks.footnote_symbols
Expand Down
18 changes: 10 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# * testenv
# * testenv:.package
# * testenv:py313-dev
# * testenv:py313
# * testenv:py312-dev
# * testenv:py312
# * testenv:docs
Expand Down Expand Up @@ -50,13 +49,6 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:py313]
download = True
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1

[testenv:py312]
download = True
setenv =
Expand Down Expand Up @@ -208,6 +200,16 @@ ignore = W002
toplevel = pymassspec_plot
package = pymassspec_plot
[testenv:py313]
download = True
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
deps =
-r{toxinidir}/tests/requirements.txt
netcdf4==1.6.5
[pytest]
addopts = --color yes --durations 25 --mpl
timeout = 300
Expand Down

0 comments on commit 54b3aec

Please sign in to comment.