File: dont-run-coverage-tests.patch

package info (click to toggle)
django-modeltranslation 0.19.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 992 kB
  • sloc: python: 5,820; javascript: 432; makefile: 154
file content (23 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (2)
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