[New-bugs-announce] [issue32302] test_distutils: test_get_exe_bytes() failure on AppVeyor

STINNER Victor report at bugs.python.org
Wed Dec 13 10:35:38 EST 2017


New submission from STINNER Victor <victor.stinner at gmail.com>:

Example: https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.9414

======================================================================
ERROR: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\distutils\tests\test_bdist_wininst.py", line 24, in test_get_exe_bytes
    exe_file = cmd.get_exe_bytes()
  File "C:\projects\cpython\lib\distutils\command\bdist_wininst.py", line 361, in get_exe_bytes
    f = open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\projects\\cpython\\lib\\distutils\\command\\wininst-14.12.exe'
----------------------------------------------------------------------

----------
components: Tests
messages: 308203
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_distutils: test_get_exe_bytes() failure on AppVeyor
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32302>
_______________________________________


More information about the New-bugs-announce mailing list