mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Issue #19492: Silently skipped distutils tests now reported as skipped.
This commit is contained in:
parent
4be1e24933
commit
3c02ecefba
8 changed files with 32 additions and 57 deletions
|
@ -37,9 +37,8 @@ class ConfigTestCase(support.LoggingSilencer,
|
|||
dump_file(this_file, 'I am the header')
|
||||
self.assertEqual(len(self._logs), numlines+1)
|
||||
|
||||
@unittest.skipIf(sys.platform == 'win32', "can't test on Windows")
|
||||
def test_search_cpp(self):
|
||||
if sys.platform == 'win32':
|
||||
return
|
||||
pkg_dir, dist = self.create_dist()
|
||||
cmd = config(dist)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue