We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4abad44 + eca1c4c commit 5ad9047Copy full SHA for 5ad9047
pytest.ini
@@ -3,3 +3,5 @@ norecursedirs=dist build .tox .eggs
3
addopts=--doctest-modules
4
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
filterwarnings=
6
+ # Suppress deprecation warning in flake8
7
+ ignore:SelectableGroups dict interface is deprecated::flake8
0 commit comments