From 7ad0ac5509aed0bc90cb711b5763b1dbd05fc05c Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Tue, 2 Nov 2021 01:30:23 +0900 Subject: [PATCH] Exclude docs/ from default pytest dirs (#10078) Co-authored-by: tchaton --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 543c872f4d..9d63c0e556 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ norecursedirs = .github dist build + docs python_files = test_*.py # doctest_plus = disabled