blob: 8a3bad504c2cd30678e2522d3ce6690f54f77c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/setup.cfg b/setup.cfg
index 151f5e6..78f6d64 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,6 +8,6 @@ release = egg_info -RDb ''
[upload_docs]
upload_dir = build/sphinx/html
-[pytest]
+[tool:pytest]
# do not search for tests in build directory
norecursedirs = .* _* build
|