Skip to content

Commit

Permalink
Remove yet another pytest.importorskip("packaging") call (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Feb 1, 2025
1 parent 2ef39bd commit 37e2bc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ def write_file(filename, contents):

@pytest.fixture
def mock_fetch(monkeypatch, mock_importlib):
pytest.importorskip("packaging")
from micropip import package_index, wheelinfo

result = mock_fetch_cls()
Expand Down

0 comments on commit 37e2bc2

Please sign in to comment.