aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jwt/no-cov-report.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-jwt/no-cov-report.patch')
-rw-r--r--community/py3-jwt/no-cov-report.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/py3-jwt/no-cov-report.patch b/community/py3-jwt/no-cov-report.patch
deleted file mode 100644
index 9efb3d22198..00000000000
--- a/community/py3-jwt/no-cov-report.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Avoid installing additional test dependencies.
-
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -8,7 +8,6 @@
- universal = 1
-
- [tool:pytest]
--addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
-
- [aliases]
- test = pytest