diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-04 21:54:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-04 21:54:46 +0200 |
commit | 6b17bfab1d0514cf0f4a5b1a365ce9856dca5f27 (patch) | |
tree | c19be4bff1653a7414874ce9e09a305e716229f0 /dev-python/distlib | |
parent | dev-libs/libdivecomputer: [QA] Disable static libs (diff) | |
download | gentoo-6b17bfab1d0514cf0f4a5b1a365ce9856dca5f27.tar.gz gentoo-6b17bfab1d0514cf0f4a5b1a365ce9856dca5f27.tar.bz2 gentoo-6b17bfab1d0514cf0f4a5b1a365ce9856dca5f27.zip |
dev-python/distlib: Skip progress bar tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/distlib')
-rw-r--r-- | dev-python/distlib/distlib-0.3.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/distlib/distlib-0.3.0.ebuild b/dev-python/distlib/distlib-0.3.0.ebuild index f175e215cd6d..a70c5be6e170 100644 --- a/dev-python/distlib/distlib-0.3.0.ebuild +++ b/dev-python/distlib/distlib-0.3.0.ebuild @@ -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 |