diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-07 15:29:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-07 15:29:52 +0200 |
commit | 588962e5dac4e64af5163bfdea3c36fe9152ffd5 (patch) | |
tree | dc257c636a8a018ae2239888958aad4415a87b06 /dev-python/pyftpdlib | |
parent | dev-python/PySDL2: Fix test-dep on sdl2-image providers (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pyftpdlib')
-rw-r--r-- | dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 2 |
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() { |