Skip to content

Commit

Permalink
Fix: PyTest Fixtures Cannot be Marked
Browse files Browse the repository at this point in the history
Cannot be marked skipped.
  • Loading branch information
ax3l committed Feb 2, 2024
1 parent 3a72a95 commit 08ce2b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 08ce2b2

Please sign in to comment.