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, 13 insertions, 0 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
new file mode 100644
index 000000000000..ecfebaa450ca
--- /dev/null
+++ b/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch
@@ -0,0 +1,13 @@
+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