2022-06-05.adjust-tox.patch 336 B

12345678910111213141516
  1. Subject: Adjust tox.ini for Debian's python3-coverage
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2022-06-05
  4. Forwarded: not-needed
  5. --- a/tox.ini
  6. +++ b/tox.ini
  7. @@ -12,7 +12,7 @@
  8. [testenv]
  9. commands =
  10. - coverage run -m pytest
  11. + python3-coverage run -m pytest
  12. setenv =
  13. COVERAGE_FILE=.coverage.{envname}