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 0623119 commit a587516Copy full SHA for a587516
unittests/allplatformstests.py
@@ -3167,7 +3167,7 @@ def test_python_build_config_extensions(self):
3167
self.build()
3168
with open(intro_installed_file) as f:
3169
intro_installed = json.load(f)
3170
- self.assertEqual(expected_files, list(intro_installed))
+ self.assertEqual(sorted(expected_files), sorted(intro_installed))
3171
self.wipe()
3172
3173
def __reconfigure(self):
0 commit comments