Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37911479
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pygal

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: python3-module-pygal-3.0.0-alt.patch
Скачать


 setup.py | 1 -
 tox.ini  | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 6c57899..0a0bc76 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,6 @@ setup(
     scripts=["pygal_gen.py"],
     keywords=[
         "svg", "chart", "graph", "diagram", "plot", "histogram", "kiviat"],
-    setup_requires=['pytest-runner'],
     cmdclass={'test': PyTest},
     package_data={'pygal': ['css/*', 'graph/maps/*.svg']},
     extras_require={
diff --git a/tox.ini b/tox.ini
index b3dfb40..50431fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,5 +14,4 @@ setenv =
     COVERAGE_FILE=.cov-{envname}
 
 commands =
-  coverage run --source=pygal {envbindir}/py.test {posargs:pygal/test} --junitxml=junit-{envname}.xml --flake8
-  coverage xml -o coverage-{envname}.xml
+  {envbindir}/py.test {posargs:pygal/test}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin