Skip to content

Commit bdd4fd0

Browse files
committed
Fix pip install tests for shelf-reader
1 parent 15e7d8a commit bdd4fd0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pulp_python/tests/functional/api/test_consume_content.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_pip_consume_content(
2020
"install",
2121
"--no-deps",
2222
"--no-cache-dir",
23+
"--no-build-isolation",
2324
"--force-reinstall",
2425
"--trusted-host",
2526
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)