python-pygal/pytest4.patch

12 lines
160 B
Diff

--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[wheel]
universal = 1
-[pytest]
+[tools:pytest]
flake8-ignore =
*.py E731 E402
pygal/__init__.py F401