Skip to content

Commit 155d2c8

Browse files
hroncokhrnciar
authored andcommitted
00316: Mark bdist_wininst unsupported
We remove the exe files from distutil's bdist_wininst So we mark the command as unsupported - and the tests are skipped
1 parent 0dc8ecd commit 155d2c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/distutils/command/bdist_wininst.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
from distutils import log
1313

1414
class bdist_wininst(Command):
15+
# Marker for tests that we have the unsupported bdist_wininst
16+
_unsupported = True
1517

1618
description = "create an executable installer for MS Windows"
1719

0 commit comments

Comments
 (0)