Skip to content

Commit 9da83d0

Browse files
committed
Fix pip install tests
1 parent 3ac9a7f commit 9da83d0

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
@@ -268,6 +268,7 @@ def test_domain_pypi_apis(
268268
"pip",
269269
"install",
270270
"--no-deps",
271+
"--no-build-isolation",
271272
"--trusted-host",
272273
urlsplit(distro.base_url).hostname,
273274
"-i",

0 commit comments

Comments
 (0)