From ea7df6456fb660d0fa9df1c507412d94af0fa2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 4 Sep 2022 11:31:11 +0200 Subject: [PATCH] dev-python/pyftpdlib: Remove redundant -p no:xvfb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild index a3f60ad551f6e..15015919c5d6b 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild @@ -37,7 +37,7 @@ python_test() { # so we need to run them separately and not pass any args to pytest pytest ${PN}/test/test_misc.py || die "Tests failed with ${EPYTHON}" # Some of these tests tend to fail - local skipped_tests=( + local EPYTEST_DESELECT=( # Those tests are run separately pyftpdlib/test/test_misc.py # https://github.com/giampaolo/pyftpdlib/issues/471 @@ -70,7 +70,7 @@ python_test() { local -x TZ=UTC+1 # Skips some shoddy tests plus increases timeouts local -x TRAVIS=1 - epytest -p no:xvfb ${skipped_tests[@]/#/--deselect } + epytest } python_install_all() {