summaryrefslogtreecommitdiff
path: root/dev-python/pyftpdlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-07 10:42:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-07 10:42:00 +0000
commit3263d6aacf4095b0de629054763e169dd7c35862 (patch)
tree3a2d17e0284360f0aac5b9f2b99b457a2d2d801f /dev-python/pyftpdlib
parent43ab5e22d4b68f818f6d03e2ff87d6b21a4f6142 (diff)
downloadbaldeagleos-repo-3263d6aacf4095b0de629054763e169dd7c35862.tar.gz
baldeagleos-repo-3263d6aacf4095b0de629054763e169dd7c35862.tar.xz
baldeagleos-repo-3263d6aacf4095b0de629054763e169dd7c35862.zip
Adding metadata
Diffstat (limited to 'dev-python/pyftpdlib')
-rw-r--r--dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild4
1 files 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 8dd038409a17..ad1a33c97125 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() {