We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405dff4 commit ca5d126Copy full SHA for ca5d126
1 file changed
run_coverage_nogpu.py
@@ -54,9 +54,6 @@ def main():
54
"tests/test_first_person_camera.py",
55
"tests/test_pyside_event_handling_mixin.py",
56
"tests/test_image.py",
57
- "tests/test_webgpu_constants.py",
58
- "tests/test_webgpu_pipelines.py",
59
- "tests/test_webgpu_widget.py",
60
]
61
62
# GPU-dependent tests (require OpenGL context)
@@ -68,6 +65,9 @@ def main():
68
65
"tests/test_base_mesh.py",
69
66
"tests/test_primitives.py",
70
67
"tests/test_obj.py",
+ "tests/test_webgpu_constants.py",
+ "tests/test_webgpu_pipelines.py",
+ "tests/test_webgpu_widget.py",
71
72
73
# Qt widget tests (require pytest-qt)
0 commit comments