aboutsummaryrefslogtreecommitdiff
path: root/apks/py3-jsonpickle/noaddopts.patch
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-10 18:52:21 +0100
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-10 18:53:19 +0100
commit1c0f4d7ddf44ea29464cd18ea8444f95f0eb6ae3 (patch)
tree635222a6ce6806dcb6280fc60057e3ed13acddac /apks/py3-jsonpickle/noaddopts.patch
parent02be4323ddeee691a5dcba864b93ec9aa3d47f38 (diff)
downloadapkbuilds-1c0f4d7ddf44ea29464cd18ea8444f95f0eb6ae3.tar.gz
apkbuilds-1c0f4d7ddf44ea29464cd18ea8444f95f0eb6ae3.tar.bz2
apkbuilds-1c0f4d7ddf44ea29464cd18ea8444f95f0eb6ae3.zip
chore: Update py3-jsonpickle
Diffstat (limited to 'apks/py3-jsonpickle/noaddopts.patch')
-rw-r--r--apks/py3-jsonpickle/noaddopts.patch12
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