Skip to content

Commit

Permalink
completely removed pytest-flake8 remnanets to fix #29
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed May 29, 2022
1 parent 90f8a23 commit 157c39b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ python_files =
addopts =
--doctest-modules
--cov python_utils
--cov-report html
--cov-report term-missing
--mypy

flake8-ignore =
*.py W391
docs/*.py ALL

doctest_optionflags =
doctest_optionflags =
ALLOW_UNICODE
ALLOW_BYTES

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'pytest',
'pytest-cov',
'pytest-mypy',
'pytest-flake8',
'pytest-asyncio',
'sphinx',
'types-setuptools',
Expand Down

0 comments on commit 157c39b

Please sign in to comment.