summarylogtreecommitdiffstats
path: root/001-setup.cfg.patch
blob: 306155c1b0a50bac1a0c053f1987d3caf00df523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/setup.cfg b/setup.cfg
index d70a302..1421931 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,9 +1,5 @@
 [tool:pytest]
-addopts = --doctest-plus
-doctest_plus = enabled
-doctest_rst = True
-testspaths = astroML doc examples
-doctest_optionflags = FLOAT_CMP ELLIPSIS NORMALIZE_WHITESPACE
+testspaths = astroML
 filterwarnings =
     error::DeprecationWarning
     error::FutureWarning