mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-09 01:27:34 -08:00
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>
16 lines
359 B
Diff
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 =
|