Kaydet (Commit) fe2f1ad5 authored tarafından Ross Lagerwall's avatar Ross Lagerwall

Issue #11719: Fix message about unexpected test_msilib skip.

Patch by Nadeem Vawda.
üst 5de51ac4
......@@ -1470,7 +1470,7 @@ class _ExpectedSkips:
# is distributed with Python
WIN_ONLY = ["test_unicode_file", "test_winreg",
"test_winsound", "test_startfile",
"test_sqlite"]
"test_sqlite", "test_msilib"]
for skip in WIN_ONLY:
self.expected.add(skip)
......
......@@ -319,6 +319,9 @@ Build
Tests
-----
- Issue #11719: Fix message about unexpected test_msilib skip on non-Windows
platforms. Patch by Nadeem Vawda.
- Issue #7108: Fix test_commands to not fail when special attributes ('@'
or '.') appear in 'ls -l' output.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment