summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-07 15:29:12 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-07 15:29:52 +0200
commit588962e5dac4e64af5163bfdea3c36fe9152ffd5 (patch)
treedc257c636a8a018ae2239888958aad4415a87b06
parentdev-python/PySDL2: Fix test-dep on sdl2-image providers (diff)
downloadgentoo-588962e5dac4e64af5163bfdea3c36fe9152ffd5.tar.gz
gentoo-588962e5dac4e64af5163bfdea3c36fe9152ffd5.tar.bz2
gentoo-588962e5dac4e64af5163bfdea3c36fe9152ffd5.zip
dev-python/pyftpdlib: Fix test failures due to pytest-xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
index a063b7e0f3b6..919f9cb3f630 100644
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
@@ -74,7 +74,7 @@ python_test() {
pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address_map
)
# Tests fail with TZ=GMT, see https://bugs.gentoo.org/666623
- TZ=UTC+1 epytest ${skipped_tests[@]/#/--deselect }
+ TZ=UTC+1 epytest -p no:xvfb ${skipped_tests[@]/#/--deselect }
}
python_install_all() {