remove warning

security-update
Andrew Port 2021-09-21 01:54:25 -07:00
parent 9863e7050a
commit 0a31f348d6
1 changed files with 1 additions and 1 deletions

View File

@ -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)))