Matej Cepl 2019-11-06 14:27:57 +00:00 committed by Git OBS Bridge
parent 3011289e7c
commit 257931ff67
2 changed files with 11 additions and 5 deletions

View File

@ -1,11 +1,16 @@
--- a/setup.cfg --- a/setup.cfg
+++ b/setup.cfg +++ b/setup.cfg
@@ -1,7 +1,7 @@ @@ -1,13 +1,6 @@
[wheel] [wheel]
universal = 1 universal = 1
-[pytest] -[pytest]
+[tools:pytest] -flake8-ignore =
flake8-ignore = - *.py E731 E402
*.py E731 E402 - pygal/__init__.py F401
pygal/__init__.py F401 - pygal/_compat.py F821 F401
- docs/conf.py ALL
-
[egg_info]
tag_build =
tag_date = 0

View File

@ -57,6 +57,7 @@ It supports various chart types and CSS styling.
%prep %prep
%setup -q -n pygal-%{version} %setup -q -n pygal-%{version}
%autopatch -p1 %autopatch -p1
cp %{SOURCE10} . cp %{SOURCE10} .
%build %build