mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/testresources: Skip flanky tests
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=537534 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -26,6 +26,13 @@ DEPEND="
|
||||
)"
|
||||
RDEPEND=""
|
||||
|
||||
python_test() {
|
||||
nosetests || die "Tests failed under ${EPYTHON}"
|
||||
python_prepare_all() {
|
||||
sed \
|
||||
-e 's:testBasicSortTests:_&:g' \
|
||||
-i lib/testresources/tests/test_optimising_test_suite.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user