diff --git a/pytest.ini b/pytest.ini index 772d764..9a40476 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,4 @@ [pytest] -basetemp = tmp doctest_optionflags = NORMALIZE_WHITESPACE @@ -13,14 +12,9 @@ addopts = --cov-report term-missing --cov-report html --no-cov-on-fail - --flake8 --ignore=build + --basetemp=tmp flake8-ignore = *.py W391 W504 docs/*.py ALL - -looponfailroots = - stl - tests - build diff --git a/tests/requirements.txt b/tests/requirements.txt index ccebb08..660193d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,7 +10,6 @@ pyflakes pytest pytest-cache pytest-cov -pytest-flake8 python-utils Sphinx flake8