Bug#1035645: reprotest: FTBFS with tox 4
stefanor at debian.org
stefanor at debian.org
Tue May 9 23:57:56 BST 2023
Hi Vagrant (2023.05.07_00:01:34_+0000)
> This patch is trivial and fixes building with tox 4, but unfortunately
> breaks building with tox 3:
How about this, works on both, by using the multiline syntax:
diff --git a/tox.ini b/tox.ini
index 1c3488d..579e4bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,10 @@ commands =
{envpython} -m coverage html
[testenv]
-passenv = REPROTEST_TEST_* VIRTUALENV_DOWNLOAD *_proxy TERM
+passenv =
+ REPROTEST_TEST_*
+ VIRTUALENV_DOWNLOAD
+ *_proxy,TERM
# usedevelop = True
deps =
coverage
Stefano
--
Stefano Rivera
http://tumbleweed.org.za/
+1 415 683 3272
More information about the Reproducible-builds
mailing list