Skip to content

Commit

Permalink
Forgot to uncomment some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Sep 10, 2024
1 parent b1d07d0 commit 06adb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_set_constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


"""
Expand Down

0 comments on commit 06adb79

Please sign in to comment.