Skip to content

Commit

Permalink
Add allow_module_level to pytest.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Sep 20, 2024
1 parent 35201ee commit ceada90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_func_jax_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest


pytest.skip("Github CI is running forever for the tests in this file.")
pytest.skip("Github CI is running forever for the tests in this file.", allow_module_level=True)

jax = pytest.importorskip("jax")
import jax.numpy as jnp # noqa: E402
Expand Down

0 comments on commit ceada90

Please sign in to comment.