mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/fs: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user