summaryrefslogtreecommitdiff
path: root/dev-python/python-jsonrpc-server/files/python-jsonrpc-server-0.3.4-remove-pytest-cov-dep.patch
blob: a81919eae4bd11c5ec01b0588a607984a91ce82a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pytest-cov is a deprecated dep
diff --git a/setup.cfg b/setup.cfg
index 03b63df..165c746 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,9 +13,6 @@ exclude = test/plugins/.ropeproject,test/.ropeproject
 
 [tool:pytest]
 testpaths = test
-addopts = 
-	--cov-report html --cov-report term --junitxml=pytest.xml
-	--cov pyls --cov test
 
 [egg_info]
 tag_build =