We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bbdce commit 140ac0bCopy full SHA for 140ac0b
tests/tests_fabric/plugins/environments/test_xla.py
@@ -101,7 +101,7 @@ def test_detect(monkeypatch):
101
102
@mock.patch.dict(os.environ, {}, clear=True)
103
@mock.patch("lightning.fabric.accelerators.xla._XLA_GREATER_EQUAL_2_1", True)
104
-@mock.patch("(lightning.fabric.plugins.environments.xla._XLA_GREATER_EQUAL_2_1", True)
+@mock.patch("lightning.fabric.plugins.environments.xla._XLA_GREATER_EQUAL_2_1", True)
105
def test_attributes_from_xla_greater_21_used(xla_available, monkeypatch):
106
"""Test XLA environment attributes when using XLA runtime >= 2.1."""
107
0 commit comments