summaryrefslogtreecommitdiff
path: root/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch')
-rw-r--r--dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch b/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch
deleted file mode 100644
index ecfebaa450ca..000000000000
--- a/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.cfg b/setup.cfg
-index 2547e73..3659616 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -19,7 +19,7 @@ line_length = 88
- [tool:pytest]
- filterwarnings =
- ignore:.* Use packaging.version.*:DeprecationWarning::
--addopts = --tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest
-+addopts = --tb=short --no-header --showlocals --reruns 2 -p no:doctest
- doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
- testpaths =
- src/libtmux