aboutsummaryrefslogtreecommitdiff
path: root/apks/py3-jsonpickle/noaddopts.patch
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-07-20 18:10:26 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-07-20 18:10:26 +0200
commit7e49245fddcd16de615814781a3e52038ca219d9 (patch)
tree07e2fe3059f9a7b79abeee3fcde2cc387eda2077 /apks/py3-jsonpickle/noaddopts.patch
parent9e9b54b503cea89b9c776c6eb65deef16682c1d2 (diff)
downloadapkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.tar.gz
apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.tar.bz2
apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.zip
chore: Remove added package
Some package were added to the 3.18 and no longer need to be here.
Diffstat (limited to 'apks/py3-jsonpickle/noaddopts.patch')
-rw-r--r--apks/py3-jsonpickle/noaddopts.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/apks/py3-jsonpickle/noaddopts.patch b/apks/py3-jsonpickle/noaddopts.patch
deleted file mode 100644
index 3c57fff..0000000
--- a/apks/py3-jsonpickle/noaddopts.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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