Skip to content

Commit

Permalink
updated to newer pytest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 18, 2022
1 parent 4523a49 commit dc999b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions pytest.ini
@@ -1,5 +1,4 @@
[pytest]
basetemp = tmp

doctest_optionflags = NORMALIZE_WHITESPACE

Expand All @@ -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
1 change: 0 additions & 1 deletion tests/requirements.txt
Expand Up @@ -10,7 +10,6 @@ pyflakes
pytest
pytest-cache
pytest-cov
pytest-flake8
python-utils
Sphinx
flake8
Expand Down

0 comments on commit dc999b2

Please sign in to comment.