remove warning
parent
9863e7050a
commit
0a31f348d6
|
@ -1937,7 +1937,7 @@ class TestPathTools(TestCase):
|
||||||
|
|
||||||
def test_path_area(self):
|
def test_path_area(self):
|
||||||
if not RUN_SLOW_TESTS:
|
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
|
return
|
||||||
cw_square = Path()
|
cw_square = Path()
|
||||||
cw_square.append(Line((0+0j), (0+100j)))
|
cw_square.append(Line((0+0j), (0+100j)))
|
||||||
|
|
Loading…
Reference in New Issue