Merge branch 'blender-v4.2-release'

This commit is contained in:
Campbell Barton 2024-06-11 13:40:07 +10:00
commit 4b054fea1a

@ -404,7 +404,7 @@ class TestCLI_WithRepo(unittest.TestCase):
)
self.assertEqual(
output_json, [
("STATUS", "Re-Installed \"another_package\"")
("STATUS", "Reinstalled \"another_package\"")
]
)
self.assertTrue(os.path.isdir(os.path.join(temp_dir_local, "another_package")))