Skip to content

Commit 0142113

Browse files
committed
Replace install-options with config-settings
See pypa/pip#11358.
1 parent ec56855 commit 0142113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ commands =
397397
framework_grpc: --grpc_python_out={toxinidir}/tests/framework_grpc/sample_application \
398398
framework_grpc: /{toxinidir}/tests/framework_grpc/sample_application/sample_application.proto
399399

400-
libcurl: pip install --ignore-installed --install-option="--with-openssl" pycurl
400+
libcurl: pip install --ignore-installed --config-settings="--build-option=--with-openssl" pycurl
401401

402402
py.test -v []
403403

0 commit comments

Comments
 (0)