Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco committed Jan 15, 2024
1 parent 43e797b commit 318a60a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/repos/test_pypi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import platform

import pkg_resources
import pytest
Expand Down Expand Up @@ -27,7 +28,9 @@ def _do_read(resource):
return _do_read


def test_successful_numpy(mocked_responses, tmpdir, read_contents):
def test_successful_numpy(mocked_responses, mock_py_version, tmpdir, read_contents):
mock_py_version("3.11.6")

wheeldir = str(tmpdir)
mocked_responses.add(
responses.GET,
Expand Down

0 comments on commit 318a60a

Please sign in to comment.