mirror of https://github.com/python/cpython
Issue #11719: Fix message about unexpected test_msilib skip.
Patch by Nadeem Vawda.
This commit is contained in:
parent
5de51ac4c0
commit
fe2f1ad5b5
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue