Skip to content

Commit 70cb1e4

Browse files
committed
Comment out update body type test until fixed
1 parent e6be610 commit 70cb1e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymunk/tests/test_body.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def test_shapes(self) -> None:
270270
self.assertTrue(s2 in b1.shapes)
271271
self.assertTrue(s1 not in s.static_body.shapes)
272272

273+
@unittest.skip("Not supported anymore. TODO: Fix the test and reenable")
273274
def test_body_type_update(self) -> None:
274275

275276
s = p.Space()

0 commit comments

Comments
 (0)