Skip to content

Commit

Permalink
Applied the changes from PR1768 to fix the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Dec 4, 2024
1 parent 540c7a2 commit 60e4226
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/next_tests/unit_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ def _program_processor(request) -> tuple[ProgramProcessor, bool]:
(next_tests.definitions.ProgramFormatterId.LISP_FORMATTER, False),
(next_tests.definitions.ProgramFormatterId.ITIR_PRETTY_PRINTER, False),
(next_tests.definitions.ProgramFormatterId.GTFN_CPP_FORMATTER, False),
pytest.param(
(next_tests.definitions.OptionalProgramBackendId.DACE_CPU, True),
marks=pytest.mark.requires_dace,
),
# TODO(havogt): update tests to use proper allocation
# pytest.param(
# (next_tests.definitions.OptionalProgramBackendId.DACE_GPU, True),
# marks=(pytest.mark.requires_dace, pytest.mark.requires_gpu),
# ),
],
ids=lambda p: p[0].short_id() if p[0] is not None else "None",
)
Expand Down

0 comments on commit 60e4226

Please sign in to comment.