From 0a31f348d66133d68b51cc473385fbea973cb73e Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Tue, 21 Sep 2021 01:54:25 -0700 Subject: [PATCH] remove warning --- test/test_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_path.py b/test/test_path.py index 584a720..0502c5a 100644 --- a/test/test_path.py +++ b/test/test_path.py @@ -1937,7 +1937,7 @@ class TestPathTools(TestCase): def test_path_area(self): if not RUN_SLOW_TESTS: - warnings.warn("Skipping `test_path_area` as RUN_SLOW_TESTS is false.") + # warnings.warn("Skipping `test_path_area` as RUN_SLOW_TESTS is false.") return cw_square = Path() cw_square.append(Line((0+0j), (0+100j)))