From 06adb79061f8a294699f34ccc558f2d951c5191c Mon Sep 17 00:00:00 2001 From: Frank Yellin Date: Tue, 10 Sep 2024 07:57:30 +0300 Subject: [PATCH] Forgot to uncomment some lines --- tests/test_set_constant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) """