[Git][reproducible-builds/reprotest][master] 2 commits: tox.ini: Fix build with tox 4 by using comma-separated values.
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Tue May 9 23:11:57 UTC 2023
Vagrant Cascadian pushed to branch master at Reproducible Builds / reprotest
Commits:
8ee881b3 by Vagrant Cascadian at 2023-05-06T16:48:39-07:00
tox.ini: Fix build with tox 4 by using comma-separated values.
(Closes: #1035645)
- - - - -
4bec4e2c by Vagrant Cascadian at 2023-05-09T16:09:10-07:00
tox.ini: Use multi-line entry for tox.ini. Thanks to Stefano Rivera.
This works with both tox 3.x and tox 4.x.
- - - - -
1 changed file:
- tox.ini
Changes:
=====================================
tox.ini
=====================================
@@ -10,7 +10,11 @@ commands =
{envpython} -m coverage html
[testenv]
-passenv = REPROTEST_TEST_* VIRTUALENV_DOWNLOAD *_proxy TERM
+passenv =
+ REPROTEST_TEST_*
+ VIRTUALENV_DOWNLOAD
+ *_proxy
+ TERM
# usedevelop = True
deps =
coverage
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/compare/296800e2f59153ddc88e7adfc1bf0d9685c6fae4...4bec4e2c02487151128daf90732b10b9ae76945d
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/compare/296800e2f59153ddc88e7adfc1bf0d9685c6fae4...4bec4e2c02487151128daf90732b10b9ae76945d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230509/62a0631a/attachment.htm>
More information about the rb-commits
mailing list