Skip to content

Commit 0370b36

Browse files
author
Zoran Simic
committed
Adapted test
1 parent ed32434 commit 0370b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_config(cli):
1111

1212
cli.run("-ntmacos-arm64", "-c", cli.tests_path("sample-config1.yml"), "build", "3.9.7", "-mnone")
1313
assert cli.succeeded
14-
assert " -mpip install my-additional-package" in cli.logged
14+
assert " -mpip install --no-cache-dir --upgrade my-additional-package" in cli.logged
1515
assert "env MACOSX_DEPLOYMENT_TARGET=12" in cli.logged # Comes from more specific macos-arm64.yml
1616
assert " -> dist/cpython-3.9.7-macos-arm64.tar.xz" in cli.logged # Comes from macos.yml (not defined in macos-arm64.yml)
1717
cli.match("Would run: build/cpython-.../bin/python -mpip install -U wheel")

0 commit comments

Comments
 (0)