Skip to content

Commit 758a788

Browse files
committed
Fix pip install test
1 parent 45cfdff commit 758a788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulp_python/tests/functional/api/test_consume_content.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def install(cli_client, package, host=PYPI_URL):
122122
"pip",
123123
"install",
124124
"--no-deps",
125+
"--no-build-isolation",
125126
"--trusted-host",
126127
urlsplit(host).hostname,
127128
"--trusted-host",

0 commit comments

Comments
 (0)