mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 09:38:12 -07:00
dev-python/geventhttpclient: fix ImportError while collecting tests
Closes: https://bugs.gentoo.org/667758 Signed-off-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -36,7 +36,9 @@ python_prepare_all() {
|
||||
|
||||
python_test() {
|
||||
# Ignore tests which require network access
|
||||
py.test src/geventhttpclient/tests --ignore \
|
||||
# Append to sys.path to avoid ImportError
|
||||
# https://bugs.gentoo.org/667758
|
||||
pytest --import-mode=append -vv src/geventhttpclient/tests --ignore \
|
||||
src/geventhttpclient/tests/test_client.py || \
|
||||
die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user