Skip to content

Commit

Permalink
Replace install-options with config-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed May 1, 2023
1 parent ec56855 commit 0142113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ commands =
framework_grpc: --grpc_python_out={toxinidir}/tests/framework_grpc/sample_application \
framework_grpc: /{toxinidir}/tests/framework_grpc/sample_application/sample_application.proto

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

py.test -v []

Expand Down

0 comments on commit 0142113

Please sign in to comment.