diff options
Diffstat (limited to 'apks/py3-jsonpickle/noaddopts.patch')
-rw-r--r-- | apks/py3-jsonpickle/noaddopts.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apks/py3-jsonpickle/noaddopts.patch b/apks/py3-jsonpickle/noaddopts.patch new file mode 100644 index 0000000..3c57fff --- /dev/null +++ b/apks/py3-jsonpickle/noaddopts.patch @@ -0,0 +1,12 @@ +skip nontests +diff --git a/pytest.ini b/pytest.ini +index 3cfaa92..b87cccd 100644 +--- a/pytest.ini ++++ b/pytest.ini +@@ -1,6 +1,5 @@ + [pytest] + norecursedirs=dist build .tox .eggs +-addopts=--doctest-modules --cov + doctest_optionflags=ALLOW_UNICODE ELLIPSIS + filterwarnings= + # https://github.com/pytest-dev/pytest/issues/6928 |