From 8a89ec4358d52a6ece41819a3db4d13d7ca193bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Sat, 22 Feb 2020 16:41:39 +0100 Subject: [PATCH] Fix coverage reporting in rawhide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rawhide defaults to Python 3.8 and we get hit by this issue: https://github.com/nedbat/coveragepy/issues/941 Signed-off-by: Aurélien Bompard --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1a41b815d..392f9f79b 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ depends = covreport: py36-unittest,py37-unittest [testenv:covreport] +basepython = python3.7 deps = coverage skip_install = true commands =