From f3df3a16d1dce3770555d94a386b3f8587f8feba Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:02:26 +0200 Subject: [PATCH] Backport PR #29014: FIX: fake out setuptools scm in tox on ci --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index cb2fcc979076..a4fbbd1793ff 100644 --- a/tox.ini +++ b/tox.ini @@ -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}