Skip to content

Commit

Permalink
Don't retry to 'improve' possibility of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Aug 17, 2022
1 parent 26b66a8 commit 5ec3f37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
@pytest.mark.network
def test_timeout(script: PipTestEnvironment) -> None:
result = script.pip(
"--retries",
"1",
"--timeout",
"0.00001",
"install",
Expand Down

0 comments on commit 5ec3f37

Please sign in to comment.