mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
13 lines
288 B
Python
13 lines
288 B
Python
# pytest-cov and its dependencies are not compulsory
|
|
|
|
--- setup.py.orig 2019-01-22 02:52:54 UTC
|
|
+++ setup.py
|
|
@@ -50,7 +50,6 @@ requires = [
|
|
]
|
|
test_requirements = [
|
|
'pytest-httpbin==0.0.7',
|
|
- 'pytest-cov',
|
|
'pytest-mock',
|
|
'pytest-xdist',
|
|
'PySocks>=1.5.6, !=1.5.7',
|