[New-bugs-announce] [issue25018] test_shutil.test_make_archive() fails on Windows

STINNER Victor report at bugs.python.org
Mon Sep 7 11:05:42 CEST 2015


New submission from STINNER Victor:

It looks like test_shutil fails since the changeset 4383ff47ffface248c8eabedf0f4c3bdab11f535:
http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Non-Debug%203.x/builds/315/

======================================================================
FAIL: test_make_tarball (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "B:\buildarea\3.x.ware-win81-release\build\lib\test\test_shutil.py", line 987, in test_make_tarball
    self.assertTrue(os.path.isfile(tarball))
AssertionError: False is not true

----------
components: Tests
messages: 250089
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test_shutil.test_make_archive() fails on Windows
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25018>
_______________________________________


More information about the New-bugs-announce mailing list