We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af16a7 commit 4bbf961Copy full SHA for 4bbf961
tests/recipes/test_python3.py
@@ -109,7 +109,7 @@ def test_build_arch(
109
)
110
mock_open_zlib.assert_called()
111
self.assertEqual(mock_make.call_count, 2)
112
- make_call, kw = mock_make.call_args_list[0]
+ make_call, kw = mock_make.call_args_list[0]
113
self.assertIn(
114
f'INSTSONAME={self.recipe._libpython}', make_call
115
0 commit comments