Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Nov 20, 2024
1 parent 9af7d63 commit 163ec5d
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 @@ -113,7 +113,7 @@ def test_construct_backend(backend):


def test_list_available_backends():
tensorflow = False if platform.system() == "Windows" else True
tensorflow = False if platform.system() in ["Windows", "Darwin"] else True
qulacs = (
False if platform.system() == "Darwin" and sys.version_info[1] == 9 else True
)
Expand Down

0 comments on commit 163ec5d

Please sign in to comment.