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 ed32434 commit 0370b36Copy full SHA for 0370b36
tests/test_setup.py
@@ -11,7 +11,7 @@ def test_config(cli):
11
12
cli.run("-ntmacos-arm64", "-c", cli.tests_path("sample-config1.yml"), "build", "3.9.7", "-mnone")
13
assert cli.succeeded
14
- assert " -mpip install my-additional-package" in cli.logged
+ assert " -mpip install --no-cache-dir --upgrade my-additional-package" in cli.logged
15
assert "env MACOSX_DEPLOYMENT_TARGET=12" in cli.logged # Comes from more specific macos-arm64.yml
16
assert " -> dist/cpython-3.9.7-macos-arm64.tar.xz" in cli.logged # Comes from macos.yml (not defined in macos-arm64.yml)
17
cli.match("Would run: build/cpython-.../bin/python -mpip install -U wheel")
0 commit comments