From b3046dd083d2c8204e54d756a3634b41d196fe7e Mon Sep 17 00:00:00 2001 From: nilfm Date: Wed, 20 Mar 2024 15:11:49 -0400 Subject: [PATCH] [testing] python3.12 v4 --- python/tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/tox.ini b/python/tox.ini index e82beade4..64159f888 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -8,6 +8,10 @@ passenv = APPVEYOR* SSL_CERT_FILE TEST_MARKER TRAVIS* + LDFLAGS + CPPFLAGS + CC + CXX setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname} usedevelop = True deps = -rrequirements.txt