diff --git a/tests/conftest.py b/tests/conftest.py index 2ca651b9..d55539c2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -109,9 +109,6 @@ def __exit__(self, exc_type, exc_value, traceback): yield mfab -@pytest.mark.skipif( - amr.Config.gpu_backend != "CUDA", reason="Requires AMReX_GPU_BACKEND=CUDA" -) @pytest.fixture(scope="function", params=list(itertools.product([1, 3], [0, 1]))) def mfab_device(boxarr, distmap, request): """MultiFab that resides purely on the device: