We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a284a5 commit 080de31Copy full SHA for 080de31
run_coverage_nogpu.py
@@ -55,6 +55,7 @@ def main():
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
]
60
61
# GPU-dependent tests (require OpenGL context)
@@ -66,7 +67,6 @@ def main():
66
67
"tests/test_base_mesh.py",
68
"tests/test_primitives.py",
69
"tests/test_obj.py",
- "tests/test_webgpu_pipelines.py",
70
"tests/test_webgpu_widget.py",
71
72
0 commit comments