Disable template coverage plugin

Is that what's crashing??? Plausibly: https://github.com/suda/pytest_django_coverage_test
This commit is contained in:
2021-02-21 01:04:47 +00:00
parent cebff5adda
commit a789184c1c
3 changed files with 16 additions and 28 deletions

View File

@@ -85,7 +85,7 @@ coveralls = "*"
django-coverage-plugin = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-xdist = {extras = ["psutil"], version = "==2.2.0"}
pytest-xdist = {extras = ["psutil"], version = "*"}
pluggy = "*"
pytest-splinter = "*"
pytest = "*"