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 86adecb commit 7245c1fCopy full SHA for 7245c1f
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
@@ -270,6 +270,7 @@ def test_domain_pypi_apis(
270
"pip",
271
272
273
274
275
276
"-i",
0 commit comments