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 50608db commit f352f43Copy full SHA for f352f43
tests/core/test_resolve.py
@@ -21,9 +21,9 @@ def test_StopAfterPytorchDistsFoundResolver_no_torch(mocker):
21
assert "torch" in resolver.required_pytorch_dists
22
23
24
-# @pytest.mark.slow
25
-# def test_resolve_dists_ltt():
26
-# assert ltt.resolve_dists(["ltt"]) == []
+@pytest.mark.slow
+def test_resolve_dists_ltt():
+ assert ltt.resolve_dists(["light-the-torch"]) == []
27
28
29
@pytest.mark.slow
0 commit comments