Hi,

I already fixed the bug in 3.6 and master. You may still the bug if
you don't rebase your change to get the fix.

https://bugs.python.org/issue32302

Victor

2017-12-14 17:27 GMT+01:00 Antoine Pitrou <anto...@python.org>:
>
> Hello,
>
> It seems AppVevor builds (and generally Windows builds) have been broken
> for some time with a failure in test_distutils:
> https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.9471#L2040
>
> ======================================================================
> 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'
> ----------------------------------------------------------------------
>
> Regards
>
> Antoine.
> _______________________________________________
> python-committers mailing list
> python-committers@python.org
> https://mail.python.org/mailman/listinfo/python-committers
> Code of Conduct: https://www.python.org/psf/codeofconduct/
_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to