diff --git a/tox.ini b/tox.ini index f4766fe0cf..3c3e9bb215 100644 --- a/tox.ini +++ b/tox.ini @@ -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}