Browse Source

Merge pull request #16301 from infosiftr/test-typo

Fix typo in `python-pip-requests-ssl` test
Tianon Gravi 1 year ago
parent
commit
d7d5a19cc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests/python-pip-requests-ssl/container.py

+ 1 - 1
test/tests/python-pip-requests-ssl/container.py

@@ -1,5 +1,5 @@
 import subprocess, sys
-subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'ignore', 'requests'])
+subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'requests'])
 
 import requests
 r = requests.get('https://google.com')