Skip to content

Commit

Permalink
enable test for resolve without PyTorch dists (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jul 10, 2020
1 parent 50608db commit f352f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/core/test_resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def test_StopAfterPytorchDistsFoundResolver_no_torch(mocker):
assert "torch" in resolver.required_pytorch_dists


# @pytest.mark.slow
# def test_resolve_dists_ltt():
# assert ltt.resolve_dists(["ltt"]) == []
@pytest.mark.slow
def test_resolve_dists_ltt():
assert ltt.resolve_dists(["light-the-torch"]) == []


@pytest.mark.slow
Expand Down

0 comments on commit f352f43

Please sign in to comment.