diff --git a/pytest.ini b/pytest.ini index 0f6e52a427..d708b82e41 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,6 @@ [pytest] -markers = ['exclude_cuda', 'exclude_gpu', 'exclude_clang', 'webgpu'] \ No newline at end of file +markers = + exclude_cuda + exclude_gpu + exclude_clang + webgpu \ No newline at end of file