We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f8a23 commit 157c39bCopy full SHA for 157c39b
2 files changed
pytest.ini
@@ -6,15 +6,10 @@ python_files =
6
addopts =
7
--doctest-modules
8
--cov python_utils
9
- --cov-report html
10
--cov-report term-missing
11
--mypy
12
13
-flake8-ignore =
14
- *.py W391
15
- docs/*.py ALL
16
-
17
-doctest_optionflags =
+doctest_optionflags =
18
ALLOW_UNICODE
19
ALLOW_BYTES
20
setup.py
@@ -42,7 +42,6 @@
42
'pytest',
43
'pytest-cov',
44
'pytest-mypy',
45
- 'pytest-flake8',
46
'pytest-asyncio',
47
'sphinx',
48
'types-setuptools',
0 commit comments