From d9d1372dd0a6cb3ca7a7ee75f29ecfbd16876ff8 Mon Sep 17 00:00:00 2001 From: chenyu Date: Tue, 1 Aug 2023 15:00:51 -0700 Subject: [PATCH] Update pytest.ini format (#1398) --- pytest.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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