Skip to content

Commit

Permalink
Update test URL
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 15, 2023
1 parent 0a4a711 commit 88e2368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_remote_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ def test_remotezip_ionos(self):
match="The server at remote-wheel-test.repo-helper.uk doesn't support range requests",
):
wd = RemoteWheelDistribution.from_url(
"http://remote-wheel-test.repo-helper.uk/pydash-5.0.0-py3-none-any.whl",
"https://remote-wheel-test.repo-helper.uk/pydash-5.0.0-py3-none-any.whl",
)

def test_remotezip_auth(self, advanced_file_regression: AdvancedFileRegressionFixture):

url = "http://remote-wheel-test.repo-helper.uk/toml-0.10.2-py2.py3-none-any.whl"
url = "https://remote-wheel-test.repo-helper.uk/toml-0.10.2-py2.py3-none-any.whl"
wheel_zip = RemoteZipFile(url, initial_buffer_size=100, auth=("user", "password"))
wd = RemoteWheelDistribution("toml", Version("0.10.2"), url, wheel_zip)

Expand Down

0 comments on commit 88e2368

Please sign in to comment.