Skip to content

Commit 5ec3f37

Browse files
committed
Don't retry to 'improve' possibility of failure
1 parent 26b66a8 commit 5ec3f37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/test_requests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
@pytest.mark.network
77
def test_timeout(script: PipTestEnvironment) -> None:
88
result = script.pip(
9+
"--retries",
10+
"1",
911
"--timeout",
1012
"0.00001",
1113
"install",

0 commit comments

Comments
 (0)