Skip to content

Commit

Permalink
Stick to 8.0, not 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Jan 7, 2024
1 parent f7a0cc5 commit 673f4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ commands =
# Force numpy-dev after matplotlib downgrades it (https://github.com/matplotlib/matplotlib/issues/26847)
devdeps: python -m pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
# DEBUG pytest
predeps: python -m pip install --pre --upgrade git+https://github.com/lesteve/pytest@debug-pytest-issue-9765
predeps: python -m pip install --pre --upgrade git+https://github.com/lesteve/pytest@debug-pytest-8.0-issue-9765
jupyter --paths
pip freeze
!cov: pytest --pyargs jdaviz {toxinidir}/docs {posargs}
Expand Down

0 comments on commit 673f4fd

Please sign in to comment.