diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 15:16:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 15:16:51 -0300 |
commit | 41b1154ef6daaeded6208d86255bcb0d4be76aa3 (patch) | |
tree | c0ce045bb004bb8f97ea7ecd3dcad5ff2f399505 /community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch | |
parent | 0e5b3366d6ce9399b890254b5a97b75d4a94dd5d (diff) | |
download | aports-41b1154ef6daaeded6208d86255bcb0d4be76aa3.tar.bz2 aports-41b1154ef6daaeded6208d86255bcb0d4be76aa3.tar.xz |
community/py3-tqdm: fix patch, remove unused patch.
Diffstat (limited to 'community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch')
-rw-r--r-- | community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch b/community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch index 2018fa0392..b4c3c8a0d2 100644 --- a/community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch +++ b/community/py3-tqdm/0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch @@ -8,13 +8,13 @@ Subject: [PATCH] Skip flaky test that depends on GNU coreutils 1 file changed, 2 insertions(+) diff --git a/tqdm/tests/tests_main.py b/tqdm/tests/tests_main.py -index 58fbbd3..3fad869 100644 +index dd87ccf..d65febe 100644 --- a/tqdm/tests/tests_main.py +++ b/tqdm/tests/tests_main.py @@ -4,6 +4,7 @@ from os import path from shutil import rmtree from tempfile import mkdtemp - from tqdm import main, TqdmKeyError, TqdmTypeError + from tqdm.cli import main, TqdmKeyError, TqdmTypeError +from nose.plugins.skip import SkipTest from tests_tqdm import with_setup, pretest, posttest, _range, closing, \ |