From 2eacca7742014166ade98ef8839a7246568edfef Mon Sep 17 00:00:00 2001 From: Todd Date: Thu, 22 Sep 2016 15:05:11 +0000 Subject: [PATCH] Rename deprecated `[pytest]` section to new upstream-supported `[tool:pytest]` in according with pytest bug 567. This fixes issue 229. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 218ddcc..e13ae64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,6 @@ requires-dist = pycodestyle >= 2.0.0, < 2.1.0 mccabe >= 0.5.0, < 0.6.0 -[pytest] +[tool:pytest] norecursedirs = .git .* *.egg* old docs dist build addopts = -rw