diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-05 22:19:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-05 23:44:07 +0200 |
commit | 9a805920e33ab3a13435a33defac1b0f568d08c3 (patch) | |
tree | 188d30f02ff71c52ec24d4b6edcae357808e997c /dev-python/loky | |
parent | x11-misc/xdotool: add 3.20210804.2 (diff) | |
download | gentoo-9a805920e33ab3a13435a33defac1b0f568d08c3.tar.gz gentoo-9a805920e33ab3a13435a33defac1b0f568d08c3.tar.bz2 gentoo-9a805920e33ab3a13435a33defac1b0f568d08c3.zip |
dev-python/loky: Fix test failures due to pytest-xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/loky')
-rw-r--r-- | dev-python/loky/loky-2.9.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/loky/loky-2.9.0.ebuild b/dev-python/loky/loky-2.9.0.ebuild index 6a166599dde5..1b5b6ffc1d4f 100644 --- a/dev-python/loky/loky-2.9.0.ebuild +++ b/dev-python/loky/loky-2.9.0.ebuild @@ -38,6 +38,8 @@ python_test() { # one test that uses a lot of memory, also broken on 32-bit # platforms --skip-high-memory + # breaks teardown + -p no:xvfb ) epytest "${args[@]}" |