diff --git a/tests/test_set_constant.py b/tests/test_set_constant.py index 4637dafc..639b2aa4 100644 --- a/tests/test_set_constant.py +++ b/tests/test_set_constant.py @@ -5,8 +5,8 @@ from tests.testutils import can_use_wgpu_lib, run_tests from wgpu import TextureFormat -# if not can_use_wgpu_lib: -# pytest.skip("Skipping tests that need the wgpu lib", allow_module_level=True) +if not can_use_wgpu_lib: + pytest.skip("Skipping tests that need the wgpu lib", allow_module_level=True) """