Files
2020-05-06 10:42:54 -04:00

11 lines
365 B
Diff

--- pytest.ini 2020-04-25 17:42:26.000000000 -0400
+++ pytest.ini 2020-05-06 10:32:04.000000000 -0400
@@ -1,6 +1,6 @@
[pytest]
norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules --flake8 --black --cov
+addopts=--doctest-modules --cov
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# https://github.com/pytest-dev/pytest/issues/6928