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 f9f7f26 commit b3241dbCopy full SHA for b3241db
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
@@ -277,6 +277,7 @@ def test_domain_pypi_apis(
277
"pip",
278
279
280
281
282
283
"-i",
0 commit comments