We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac9a7f commit 9da83d0Copy full SHA for 9da83d0
pulp_python/tests/functional/api/test_consume_content.py
@@ -21,6 +21,7 @@ def test_pip_consume_content(
21
"install",
22
"--no-deps",
23
"--no-cache-dir",
24
+ "--no-build-isolation",
25
"--force-reinstall",
26
"--trusted-host",
27
urlsplit(distro.base_url).hostname,
pulp_python/tests/functional/api/test_domains.py
@@ -268,6 +268,7 @@ def test_domain_pypi_apis(
268
"pip",
269
270
271
272
273
274
"-i",
0 commit comments