[Git][reproducible-builds/reprotest][master] 2 commits: tox.ini: disable skip_missing_interpreters to catch failures early

Holger Levsen gitlab at salsa.debian.org
Wed Nov 18 22:24:59 UTC 2020



Holger Levsen pushed to branch master at Reproducible Builds / reprotest


Commits:
2ab66d77 by Holger Levsen at 2020-11-18T23:22:46+01:00
tox.ini: disable skip_missing_interpreters to catch failures early

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
b6d3b44d by Holger Levsen at 2020-11-18T23:24:07+01:00
tox.ini: use python 3.8 and 3.9

this causes known breakage (see log attached to #975094) but python 3.5 is gone

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- tox.ini


Changes:

=====================================
tox.ini
=====================================
@@ -1,7 +1,7 @@
 [tox]
 # envlist = coverage-clean, py35, coverage-stats
-envlist = py36
-skip_missing_interpreters = true
+envlist = py38,py39
+# skip_missing_interpreters = true
 
 [testenv:coverage-clean]
 skip_install = True



View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/compare/7a199a6945e1139c70cb64d814ade0a0db7747d5...b6d3b44dd17b9962b89bdee5ada4160f10259ddd

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/compare/7a199a6945e1139c70cb64d814ade0a0db7747d5...b6d3b44dd17b9962b89bdee5ada4160f10259ddd
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/20201118/3181ade2/attachment.htm>


More information about the rb-commits mailing list