From d7f67a741417e84c1106ff7f7d35d0968f56aba4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2024 09:25:08 +0100 Subject: Merging upstream version 4.66.2. Signed-off-by: Daniel Baumann --- tests/tests_rich.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/tests_rich.py') diff --git a/tests/tests_rich.py b/tests/tests_rich.py index c75e246..2fff78c 100644 --- a/tests/tests_rich.py +++ b/tests/tests_rich.py @@ -1,10 +1,7 @@ """Test `tqdm.rich`.""" -import sys +from .tests_tqdm import importorskip -from .tests_tqdm import importorskip, mark - -@mark.skipif(sys.version_info[:3] < (3, 6, 1), reason="`rich` needs py>=3.6.1") def test_rich_import(): """Test `tqdm.rich` import""" importorskip('tqdm.rich') -- cgit v1.2.3