Fix world tests

This commit is contained in:
Darren Eberly
2023-02-26 23:16:06 -05:00
parent 8a31bf701d
commit afa36a1824
3 changed files with 53 additions and 54 deletions

View File

@@ -18,7 +18,6 @@ ALL_WORLD_TESTS = [
]
@pytest.mark.xfail
@pytest.mark.parametrize("world_test", ALL_WORLD_TESTS)
def test_world_integration(world_test):
# it's a PITA to import like this, don't do it