Remove unknown settings from pytest.ini

This commit is contained in:
Arjan Molenaar 2020-10-25 12:00:08 +01:00
parent b926a264c1
commit 4c277d7422

View File

@ -1,5 +1,3 @@
[pytest]
addopts = --cov=gaphas/ --doctest-modules --ignore=docs/conf.py
testpaths = tests docs
doctest-extension=.txt
python-files = test_*.py