mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/distlib: Skip progress bar tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -28,6 +28,9 @@ src_prepare() {
|
||||
# no clue but it looks horribly fragile
|
||||
sed -e 's:test_sequencer_basic:_&:' \
|
||||
-i tests/test_util.py || die
|
||||
# progress bar test cases, very fragile
|
||||
sed -e '/ProgressTestCase/s:unittest.TestCase:object:' \
|
||||
-i tests/test_util.py || die
|
||||
# TODO: investigate
|
||||
sed -e 's:test_upload:_&:' \
|
||||
-i tests/test_index.py || die
|
||||
|
||||
Reference in New Issue
Block a user