Skip to content

Commit

Permalink
Explicitly add --arraydiff option in tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Nov 16, 2023
1 parent 0d1bb32 commit 1e98b25
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 @@ -94,7 +94,7 @@ commands =
# (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
pip freeze
pytest --pyargs regions {toxinidir}/docs \
pytest --arraydiff --pyargs regions {toxinidir}/docs \
cov: --cov regions --cov-config={toxinidir}/pyproject.toml --cov-report xml:{toxinidir}/coverage.xml \
{posargs}

Expand Down

0 comments on commit 1e98b25

Please sign in to comment.