summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-09 14:37:56 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-09 14:42:47 +0200
commit682444eb8dcde1f70df0bbcfb2d4a8630ea926a9 (patch)
tree6d883a0a7981be40743d71afc9ce868d692eabc2 /dev-python/pyperclip
parentdev-python/qtconsole: Bump to 4.7.4 (diff)
downloadgentoo-682444eb8dcde1f70df0bbcfb2d4a8630ea926a9.tar.gz
gentoo-682444eb8dcde1f70df0bbcfb2d4a8630ea926a9.tar.bz2
gentoo-682444eb8dcde1f70df0bbcfb2d4a8630ea926a9.zip
dev-python/pyperclip: Disable klipper tests
Closes: https://bugs.gentoo.org/710158 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r--dev-python/pyperclip/pyperclip-1.7.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pyperclip/pyperclip-1.7.0.ebuild b/dev-python/pyperclip/pyperclip-1.7.0.ebuild
index 5736bc02ac0a..8e4042f67f1f 100644
--- a/dev-python/pyperclip/pyperclip-1.7.0.ebuild
+++ b/dev-python/pyperclip/pyperclip-1.7.0.ebuild
@@ -46,6 +46,10 @@ PATCHES=(
src_prepare() {
# stupid windows
find -type f -exec sed -i -e 's:\r$::' {} + || die
+ # klipper is hard to get working, and once we make it work,
+ # it breaks most of the other backends
+ sed -e 's:_executable_exists("klipper"):False:' \
+ -i tests/test_pyperclip.py || die
distutils-r1_src_prepare
}