mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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
|
@ -21,12 +21,8 @@ class UnixCCompilerTestCase(unittest.TestCase):
|
|||
sys.platform = self._backup_platform
|
||||
sysconfig.get_config_var = self._backup_get_config_var
|
||||
|
||||
@unittest.skipIf(sys.platform == 'win32', "can't test on Windows")
|
||||
def test_runtime_libdir_option(self):
|
||||
|
||||
# not tested under windows
|
||||
if sys.platform == 'win32':
|
||||
return
|
||||
|
||||
# Issue#5900
|
||||
#
|
||||
# Ensure RUNPATH is added to extension modules with RPATH if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue