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

Run the tests through pybuild to run them against all supported python3 versions

parent c6edaf82
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
reprotest (0.7.21) UNRELEASED; urgency=medium

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

  [ Mattia Rizzolo ]
  * Run the tests through pybuild to run them against all supported
    python3 versions.

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

reprotest (0.7.20) unstable; urgency=medium
+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 -e py$(shell py3versions -vd | sed 's/\.//') -r --sitepackages -- -s
	dh_auto_test -- --test-tox

# This is meant to be run by autopkgtest, and runs against the *installed*
# version of reprotest. To run it against the development version, give