Update pytest.ini format (#1398)

This commit is contained in:
chenyu
2023-08-01 15:00:51 -07:00
committed by GitHub
parent f4218b709f
commit d9d1372dd0

View File

@@ -1,2 +1,6 @@
[pytest]
markers = ['exclude_cuda', 'exclude_gpu', 'exclude_clang', 'webgpu']
markers =
exclude_cuda
exclude_gpu
exclude_clang
webgpu