aboutsummaryrefslogtreecommitdiff
path: root/apks/py3-jsonpickle/noaddopts.patch
diff options
context:
space:
mode:
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