Skip to content

Commit

Permalink
CHG: Updated tox testing pipeline
Browse files Browse the repository at this point in the history
- updated dependencies
- removed conda defaults channel
- removed Py3.10, only test Py3.11+

On branch dev
Changes to be committed:
	modified:   tox.ini
  • Loading branch information
pantaray committed Jan 10, 2025
1 parent b1c19fc commit 35d5cc7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#

[tox]
; envlist = {py312}
envlist = {py310,py311,py312}
; envlist = {py311}
envlist = {py311,py312,py313}
requires = tox-conda
isolated_build = True

Expand All @@ -22,16 +22,15 @@ allowlist_externals = sh
# larger packages on POWER via pip
conda_deps=
tqdm >= 4.31
numpy >= 1.0, < 2.0
numpy >= 1.0, < 3.0
scipy >= 1.5, < 2.0
h5py < 4
dask == 2023.12
dask-jobqueue >= 0.8, < 0.9
h5py >= 3, < 4
dask >= 2022.12.1, <= 2024.12.1
dask-jobqueue >= 0.8, < 1.0
bokeh
pytest
ipython
conda_channels=
defaults
conda-forge
commands_pre =
python -c "import sys; import subprocess; subprocess.run('chmod +x no_slurm.sh', shell=True, check=True) if sys.platform == 'linux' else print('not on linux')"
Expand Down

0 comments on commit 35d5cc7

Please sign in to comment.