From 1fdfbdda47bb6161d0eab31d57303e60110f7cc1 Mon Sep 17 00:00:00 2001 From: Oskar Taubert Date: Tue, 7 Nov 2023 02:14:05 +0100 Subject: [PATCH] removed obsolete test --- tests/test_population.py | 5 ----- 1 file changed, 5 deletions(-) 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