From 9f479a24868e48433b0cdb9dd5ba5b343abd6f21 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 8 Sep 2016 14:05:05 +0800 Subject: [PATCH] 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. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 40a8157a..bdae69e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [wheel] universal = 1 -[pytest] +[tool:pytest] flake8-ignore = *.py E731 E402 pygal/__init__.py F401