Browse Source

Use [tool:pytest] in setup.cfg as suggested by upstream

The patch removes this pytest warning:

WC1 None [pytest] section in setup.cfg files is deprecated, use
[tool:pytest] instead.
pull/340/head
Felix Yan 8 years ago
parent
commit
9f479a2486
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
  1. 2
      setup.cfg

2
setup.cfg

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

Loading…
Cancel
Save