[New-bugs-announce] [issue12120] test_packaging failure

Antoine Pitrou report at bugs.python.org
Thu May 19 18:22:08 CEST 2011


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

I get the following failure under a fresh checkout:

======================================================================
FAIL: test_package_data (packaging.tests.test_command_build_py.BuildPyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/t/cpython/Lib/packaging/tests/test_command_build_py.py", line 64, in test_package_data
    self.assertIn("__init__.pyc", files)
AssertionError: '__init__.pyc' not found in ['README.txt', '__init__.py']

----------
assignee: tarek
components: Distutils2, Tests
messages: 136302
nosy: alexis, eric.araujo, pitrou, tarek
priority: normal
severity: normal
status: open
title: test_packaging failure
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list