Skip to content

Commit b3241db

Browse files
committed
Fix pip install tests
1 parent f9f7f26 commit b3241db

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
@@ -277,6 +277,7 @@ def test_domain_pypi_apis(
277277
"pip",
278278
"install",
279279
"--no-deps",
280+
"--no-build-isolation",
280281
"--trusted-host",
281282
urlsplit(distro.base_url).hostname,
282283
"-i",

0 commit comments

Comments
 (0)