We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e7d8a commit bdd4fd0Copy full SHA for bdd4fd0
2 files changed
pulp_python/tests/functional/api/test_consume_content.py
@@ -20,6 +20,7 @@ def test_pip_consume_content(
20
"install",
21
"--no-deps",
22
"--no-cache-dir",
23
+ "--no-build-isolation",
24
"--force-reinstall",
25
"--trusted-host",
26
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