blob: 3c57fff9a09931a10cf82859aa46cbc2c6997b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
skip nontests
diff --git a/pytest.ini b/pytest.ini
index 3cfaa92..b87cccd 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,6 +1,5 @@
[pytest]
norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules --cov
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# https://github.com/pytest-dev/pytest/issues/6928
|