File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ def test_unsupported_security_controls_warn_and_continue(
124124 package ,
125125 postinstall_scripts = False ,
126126 min_release_age = 1 ,
127+ no_cache = True ,
127128 )
128129 test_machine .assert_shallow_binary_loaded (installed )
129130 assert "ignoring unsupported min_release_age=1" in caplog .text
@@ -137,7 +138,7 @@ def test_unsupported_security_controls_warn_and_continue(
137138 min_release_age = 1 ,
138139 )
139140 with caplog .at_level (logging .WARNING , logger = "abxpkg.binprovider" ):
140- installed = binary .install ()
141+ installed = binary .install (no_cache = True )
141142 test_machine .assert_shallow_binary_loaded (installed )
142143 assert "ignoring unsupported min_release_age=1" in caplog .text
143144 assert "ignoring unsupported postinstall_scripts=False" in caplog .text
You can’t perform that action at this time.
0 commit comments