Update pytest.ini format (#1398)

This commit is contained in:
chenyu
2023-08-01 18:00:51 -04:00
committed by GitHub
parent f4218b709f
commit d9d1372dd0
+5 -1
View File
@@ -1,2 +1,6 @@
[pytest]
markers = ['exclude_cuda', 'exclude_gpu', 'exclude_clang', 'webgpu']
markers =
exclude_cuda
exclude_gpu
exclude_clang
webgpu