summaryrefslogtreecommitdiff
path: root/dev-python/fs
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/fs
parent43ab5e22d4b68f818f6d03e2ff87d6b21a4f6142 (diff)
downloadbaldeagleos-repo-3263d6aacf4095b0de629054763e169dd7c35862.tar.gz
baldeagleos-repo-3263d6aacf4095b0de629054763e169dd7c35862.tar.xz
baldeagleos-repo-3263d6aacf4095b0de629054763e169dd7c35862.zip
Adding metadata
Diffstat (limited to 'dev-python/fs')
-rw-r--r--dev-python/fs/fs-2.4.16.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-python/fs/fs-2.4.16.ebuild b/dev-python/fs/fs-2.4.16.ebuild
index af398f524e25..47d4eab82396 100644
--- a/dev-python/fs/fs-2.4.16.ebuild
+++ b/dev-python/fs/fs-2.4.16.ebuild
@@ -36,15 +36,10 @@ BDEPEND="
distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme dev-python/recommonmark
distutils_enable_tests pytest
-python_test() {
- local EPYTEST_IGNORE=(
- # TODO: fails at teardown due to unfreed resources
- tests/test_ftpfs.py
- )
-
- # pytest-xvfb causes test failures due to a zombie Xvfb process
- epytest -p no:xvfb
-}
+EPYTEST_IGNORE=(
+ # TODO: fails at teardown due to unfreed resources
+ tests/test_ftpfs.py
+)
pkg_postinst() {
optfeature "S3 support" dev-python/boto