Skip to content

Commit

Permalink
test: temporarily skip TensorFlow in tests (#468)
Browse files Browse the repository at this point in the history
* temporarily skip TensorFlow backend in tests
  • Loading branch information
alexander-held authored Mar 17, 2024
1 parent bc57555 commit 860a834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def reset_backend():

@pytest.mark.slow
@pytest.mark.no_cover
@pytest.mark.parametrize("backend", ["jax", "pytorch", "tensorflow"])
@pytest.mark.parametrize("backend", ["jax", "pytorch"]) # skip TF temporarily
def test_backend_integration(backend, reset_backend):
"""Integration test for the inference pipeline that can be run with all ``pyhf``
backends to ensure they work. ``typeguard`` will catch type issues at runtime.
Expand Down

0 comments on commit 860a834

Please sign in to comment.