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