Update pytest.ini format (#1398)

This commit is contained in:
chenyu 2023-08-01 15:00:51 -07:00 committed by GitHub
commit d9d1372dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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