Unverified Commit c6edaf82 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Apply patch from Nick Rosbrook to not force the tests to run only against py 3.9



LP: #1981624
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent c80fa106
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
reprotest (0.7.21) UNRELEASED; urgency=medium

  * Dynamically tox environment in debian/rules instead of doing so
    statically in tox.ini.  LP: #1981624

 -- Nick Rosbrook <nick.rosbrook@canonical.com>  Wed, 13 Jul 2022 14:36:26 -0400

reprotest (0.7.20) unstable; urgency=medium

  [ Santiago Ruano Rincón ]
+2 −1
Original line number Diff line number Diff line
Source: reprotest
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders:
 Ceridwen <ceridwenv@gmail.com>,
 Holger Levsen <holger@debian.org>,
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ override_dh_auto_test:
	http_proxy=http://127.0.9.1:9 \
	https_proxy=https://127.0.9.1:9 \
	TOX_TESTENV_PASSENV=PYTHONIOENCODING PYTHONIOENCODING=utf-8 \
	tox -r --sitepackages -- -s
	tox -e py$(shell py3versions -vd | sed 's/\.//') -r --sitepackages -- -s

# This is meant to be run by autopkgtest, and runs against the *installed*
# version of reprotest. To run it against the development version, give
+0 −5
Original line number Diff line number Diff line
[tox]
# envlist = coverage-clean, py39, coverage-stats
envlist = py39
# skip_missing_interpreters = true

[testenv:coverage-clean]
skip_install = True
commands = {envpython} -m coverage erase