Skip to content

Commit

Permalink
Backport PR matplotlib#29014: FIX: fake out setuptools scm in tox on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm authored and meeseeksmachine committed Oct 24, 2024
1 parent f16249c commit f3df3a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ setenv =
MPLCONFIGDIR={envtmpdir}/.matplotlib
PIP_USER = 0
PIP_ISOLATED = 1
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MATPLOTLIB = 0.0.0

usedevelop = True
commands =
pytest --pyargs matplotlib {posargs}
Expand Down

0 comments on commit f3df3a1

Please sign in to comment.