Skip to content

Commit 7245c1f

Browse files
committed
Fix pip install tests for shelf-reader
1 parent 86adecb commit 7245c1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
@@ -21,6 +21,7 @@ def test_pip_consume_content(
2121
"install",
2222
"--no-deps",
2323
"--no-cache-dir",
24+
"--no-build-isolation",
2425
"--force-reinstall",
2526
"--trusted-host",
2627
urlsplit(distro.base_url).hostname,

pulp_python/tests/functional/api/test_domains.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def test_domain_pypi_apis(
270270
"pip",
271271
"install",
272272
"--no-deps",
273+
"--no-build-isolation",
273274
"--trusted-host",
274275
urlsplit(distro.base_url).hostname,
275276
"-i",

0 commit comments

Comments
 (0)