diff --git a/tests/test_population.py b/tests/test_population.py index 98e78cb0..10fcf8a2 100644 --- a/tests/test_population.py +++ b/tests/test_population.py @@ -33,8 +33,3 @@ def test_individual(): ind["cat1"] = "b" assert ind.position[5] == 1. - - -@pytest.mark.mpi_skip -def test_limits(): - raise