Skip to content

Commit

Permalink
Fix coverage reporting in rawhide
Browse files Browse the repository at this point in the history
Rawhide defaults to Python 3.8 and we get hit by this issue:
nedbat/coveragepy#941

Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Feb 22, 2020
1 parent ff6f311 commit 8a89ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends =
covreport: py36-unittest,py37-unittest

[testenv:covreport]
basepython = python3.7
deps = coverage
skip_install = true
commands =
Expand Down

0 comments on commit 8a89ec4

Please sign in to comment.