We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7805069 commit e7970c1Copy full SHA for e7970c1
1 file changed
.builder/actions/localhost_test.py
@@ -21,7 +21,7 @@ def start(self, env):
21
22
result = env.shell.exec(python, '-m', 'pip', 'install', 'h11', 'h2', 'trio')
23
if result.returncode != 0:
24
- print("Could not install python HTTP/2 server. The localhost integration tests will fail.", file=sys.stderr)
+ print("Could not install python HTTP dependencies. The localhost integration tests will fail.", file=sys.stderr)
25
return
26
27
server_dir = os.path.join(env.root_dir,'crt','aws-c-http','tests','mock_server')
0 commit comments