aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-jsonpickle/test-opts.patch
blob: 1767357bf49eb2281c98eaf7f4be020e9c816497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/pytest.ini b/pytest.ini
index baef2a8..95365d2 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,6 +1,5 @@
 [pytest]
 norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules --flake8 --black --cov --cov-append
 doctest_optionflags=ALLOW_UNICODE ELLIPSIS
 filterwarnings=
     # https://github.com/pytest-dev/pytest/issues/6928