[issue12119] test_distutils failure

Antoine Pitrou report at bugs.python.org
Thu May 19 18:20:53 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

I get the following failure under a fresh checkout:

======================================================================
FAIL: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/t/cpython/Lib/distutils/tests/test_build_py.py", line 61, in test_package_data
    self.assertTrue("__init__.pyc" in files)
AssertionError: False is not true

----------
assignee: tarek
components: Distutils, Tests
messages: 136301
nosy: eric.araujo, pitrou, tarek
priority: normal
severity: normal
status: open
title: test_distutils failure
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list