Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37760812
en ru br
ALT Linux repos
S:1.0.0-alt1

Group :: Development/Python3
RPM: python3-module-kdcproxy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: python3-module-kdcproxy-1.0.0-alt.patch
Download


 setup.py | 2 +-
 tox.ini  | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 20b335e..4b34fcc 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ install_requires = [
 ]
 
 extras_require = {
-    "tests": ["pytest", "coverage", "WebTest"],
+    "tests": ["pytest", "WebTest"],
     "test_pep8": ['flake8', 'flake8-import-order', 'pep8-naming']
 }
 
diff --git a/tox.ini b/tox.ini
index 038d996..2555a25 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,8 +7,7 @@ skip_missing_interpreters = true
 deps =
     .[tests]
 commands =
-    {envpython} -m coverage run --parallel \
-        -m pytest --capture=no --strict {posargs}
+    {envpython} -m pytest --capture=no --strict {posargs}
 
 [testenv:coverage-report]
 deps = coverage
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin