1
0

0.4.27-10-gb805925.dont-run-coverage-by-default-in-tox-config.patch 468 B

1234567891011121314151617181920212223
  1. Subject: Don't run coverage by default in tox config
  2. Origin: upstream, commit 0.4.27-10-gb805925 <https://github.com/ahupp/python-magic/commit/0.4.27-10-gb805925>
  3. Author: Adam Hupp <adam@hupp.org>
  4. Date: Tue Jan 10 15:03:02 2023 -0800
  5. Forwarded: not-needed
  6. --- a/tox.ini
  7. +++ b/tox.ini
  8. @@ -1,6 +1,5 @@
  9. [tox]
  10. envlist =
  11. - coverage-clean,
  12. py27,
  13. py35,
  14. py36,
  15. @@ -8,7 +7,6 @@
  16. py38,
  17. py39,
  18. py310,
  19. - coverage-report,
  20. mypy
  21. [testenv]