1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/py3-jsonpickle/test-opts.patch

12 lines
345 B
Diff

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