diff --git a/tests/pytest.ini b/tests/pytest.ini index 5fc853f8..e0b032ec 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,3 +1,4 @@ [pytest] markers = - dpu: mark DPU specific tests \ No newline at end of file + dpu: mark DPU specific tests + npu: mark NPU specific tests \ No newline at end of file