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 ec56855 commit 0142113Copy full SHA for 0142113
tox.ini
@@ -397,7 +397,7 @@ commands =
397
framework_grpc: --grpc_python_out={toxinidir}/tests/framework_grpc/sample_application \
398
framework_grpc: /{toxinidir}/tests/framework_grpc/sample_application/sample_application.proto
399
400
- libcurl: pip install --ignore-installed --install-option="--with-openssl" pycurl
+ libcurl: pip install --ignore-installed --config-settings="--build-option=--with-openssl" pycurl
401
402
py.test -v []
403
0 commit comments