diff --git a/pytest.ini b/pytest.ini index cfe1235..4b1ffed 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --cov=gaphas/ --doctest-modules +addopts = --cov=gaphas/ --doctest-modules --ignore=docs/conf.py testpaths = tests docs doctest-extension=.txt python-files = test_*.py