From 1c0f4d7ddf44ea29464cd18ea8444f95f0eb6ae3 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Fri, 10 Mar 2023 18:52:21 +0100 Subject: chore: Update py3-jsonpickle --- apks/py3-jsonpickle/noaddopts.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apks/py3-jsonpickle/noaddopts.patch (limited to 'apks/py3-jsonpickle/noaddopts.patch') 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 -- cgit v1.2.3