We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcecc9 commit 420b348Copy full SHA for 420b348
.builder/action/local-server-setup.py
@@ -30,7 +30,7 @@ def run(self, env):
30
# Okay to fail, and if it fails, you will know when you enable the localhost tests.
31
# We don't need it to succeed on every platform we have.
32
result = self.env.shell.exec(python_path,
33
- '-m', 'pip', 'install', 'h11', 'h2', 'trio', check=True)
+ '-m', 'pip', 'install', 'h11', 'h2', 'trio')
34
if result.returncode != 0:
35
print(
36
"Could not install python HTTP/2 server." +
0 commit comments