This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alexis, eric.araujo, pitrou, tarek
Date 2011-05-19.16:22:08
SpamBayes Score 0.0020626355
Marked as misclassified No
Message-id <1305822128.84.0.738916530306.issue12120@psf.upfronthosting.co.za>
In-reply-to
Content
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']
History
Date User Action Args
2011-05-19 16:22:08pitrousetrecipients: + pitrou, tarek, eric.araujo, alexis
2011-05-19 16:22:08pitrousetmessageid: <1305822128.84.0.738916530306.issue12120@psf.upfronthosting.co.za>
2011-05-19 16:22:08pitroulinkissue12120 messages
2011-05-19 16:22:08pitroucreate