We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f09780 commit bdc2c56Copy full SHA for bdc2c56
1 file changed
pulp_python/tests/functional/api/test_consume_content.py
@@ -122,6 +122,7 @@ def install(cli_client, package, host=PYPI_URL):
122
"pip",
123
"install",
124
"--no-deps",
125
+ "--no-build-isolation",
126
"--trusted-host",
127
urlsplit(host).hostname,
128
0 commit comments