mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/testrepository: Restrict tests
Github: testing-cabal/testrepository#18 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -34,9 +34,13 @@ DEPEND="
|
||||
# Required for test phase
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
# https://github.com/testing-cabal/testrepository/issues/18
|
||||
RESTRICT=test
|
||||
|
||||
python_test() {
|
||||
# some errors appear to have crept in the suite undert py3 since addition.
|
||||
# Python2.7 now passes all.
|
||||
|
||||
esetup.py testr
|
||||
${PYTHON} testr init || die
|
||||
${PYTHON} testr run || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user