1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Utkarsh Gupta <utkarsh@debian.org>
Date: Mon, 10 Feb 2025 11:23:56 +0000
Subject: Downstreams don't really need to run coverage tests.
Origin: vendor
Forwarded: not-needed
Last-Update: 2023-08-14
---
pytest.ini | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pytest.ini b/pytest.ini
index 027229b..4a03e6e 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -3,7 +3,4 @@ DJANGO_SETTINGS_MODULE=modeltranslation.tests.settings
pythonpath = .
python_files = tests.py test_*.py
addopts =
- --no-cov-on-fail
- --cov-report=""
- --cov modeltranslation
--maxfail=5
|