8030e63
From ff82ec5bfc3952dc895dd486a350e303aa45093d Mon Sep 17 00:00:00 2001
8030e63
From: Scott K Logan <logans@cottsay.net>
8030e63
Date: Mon, 3 Jun 2019 09:23:13 -0700
8030e63
Subject: [PATCH] Use 'tool:pytest' in place of 'pytest' in setup.cfg
8030e63
8030e63
The use of 'pytest' was deprecated in pytest 3, and removed in pytest 4.
8030e63
See pytest-dev/pytest#3086.
8030e63
---
8030e63
 setup.cfg | 2 +-
8030e63
 1 file changed, 1 insertion(+), 1 deletion(-)
8030e63
8030e63
diff --git a/setup.cfg b/setup.cfg
8030e63
index 752171c..1daff5b 100644
8030e63
--- a/setup.cfg
8030e63
+++ b/setup.cfg
8030e63
@@ -1,6 +1,6 @@
8030e63
 [bdist_wheel]
8030e63
 universal=1
8030e63
 
8030e63
-[pytest]
8030e63
+[tool:pytest]
8030e63
 norecursedirs = .git .* *.egg* old docs dist build
8030e63
 addopts = -rw