gentoo/dev-python/python-jsonrpc-server/files/python-jsonrpc-server-0.3.4-remove-pytest-cov-dep.patch
Andrew Ammerlaan a4807704fd
dev-python/python-jsonrpc-server: Version bump 0.3.4
Bug fix, github release tarball does not contain
correct version info

Bug: https://bugs.gentoo.org/706420
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-02-15 12:37:59 -08:00

16 lines
359 B
Diff

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 =