Skip to content

Commit ca5d126

Browse files
committed
testing to see if CI now passes
1 parent 405dff4 commit ca5d126

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run_coverage_nogpu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ def main():
5454
"tests/test_first_person_camera.py",
5555
"tests/test_pyside_event_handling_mixin.py",
5656
"tests/test_image.py",
57-
"tests/test_webgpu_constants.py",
58-
"tests/test_webgpu_pipelines.py",
59-
"tests/test_webgpu_widget.py",
6057
]
6158

6259
# GPU-dependent tests (require OpenGL context)
@@ -68,6 +65,9 @@ def main():
6865
"tests/test_base_mesh.py",
6966
"tests/test_primitives.py",
7067
"tests/test_obj.py",
68+
"tests/test_webgpu_constants.py",
69+
"tests/test_webgpu_pipelines.py",
70+
"tests/test_webgpu_widget.py",
7171
]
7272

7373
# Qt widget tests (require pytest-qt)

0 commit comments

Comments
 (0)