Skip to content

Commit

Permalink
Test actual bugfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 9, 2024
1 parent 8b6d6d3 commit b0d31ca
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/pllim/pytest[email protected]
predeps: python -m pip install --pre --upgrade git+https://github.com/fcharras/pytest@FIX/crash_during_conftest_collection
jupyter --paths
pip freeze
!cov: pytest --pyargs jdaviz {toxinidir}/docs {posargs}
Expand Down

0 comments on commit b0d31ca

Please sign in to comment.