Skip to content

Commit

Permalink
if at first you dont succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Oct 17, 2024
1 parent e296acf commit 4ffc569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/backends/test_ml_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
import tensorflow
import torch
except:
pytest.mark.skip("tensorflow or torch were not availalble")

pytestmark = [pytest.mark.group_a, pytest.mark.group_b, pytest.mark.slow_tests]
pytestmark = pytest.mark.skip("tensorflow or torch were not availalble")
else:
pytestmark = [pytest.mark.group_a, pytest.mark.group_b, pytest.mark.slow_tests]


def test_import_ss_ml(monkeypatch):
Expand Down

0 comments on commit 4ffc569

Please sign in to comment.