diff options
Diffstat (limited to 'tests/test_install.py')
| -rw-r--r-- | tests/test_install.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_install.py b/tests/test_install.py index 18e1e575..9313330e 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -20,8 +20,6 @@ from distutils.tests import support def _make_ext_name(modname): - if os.name == 'nt' and sys.executable.endswith('_d.exe'): - modname += '_d' return modname + sysconfig.get_config_var('EXT_SUFFIX') |
