aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jwt/no-cov-report.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-16 02:48:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-02 01:43:47 +0000
commitaad2afe051973fa7fd6f4f9b83703c09445ff17c (patch)
tree4266144bb0c3984f784b0dd910d33fa98a72c353 /community/py3-jwt/no-cov-report.patch
parentaad758e364da9a69d0d519b619cc6eb2c7d150f8 (diff)
downloadaports-aad2afe051973fa7fd6f4f9b83703c09445ff17c.tar.bz2
aports-aad2afe051973fa7fd6f4f9b83703c09445ff17c.tar.xz
community/py3-*: move from main/ and modernize
Diffstat (limited to 'community/py3-jwt/no-cov-report.patch')
-rw-r--r--community/py3-jwt/no-cov-report.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/py3-jwt/no-cov-report.patch b/community/py3-jwt/no-cov-report.patch
new file mode 100644
index 0000000000..9efb3d2219
--- /dev/null
+++ b/community/py3-jwt/no-cov-report.patch
@@ -0,0 +1,12 @@
+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