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 vinay.sajip
Recipients benjamin.peterson, eric.araujo, vinay.sajip
Date 2011-06-14.11:03:10
SpamBayes Score 2.1046614e-07
Marked as misclassified No
Message-id <1308049391.56.0.526449556602.issue12331@psf.upfronthosting.co.za>
In-reply-to
Content
Some packaging tests also fail, for similar reasons:

======================================================================
ERROR: test_get_distinfo_file (packaging.tests.test_database.TestDistribution)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.3/packaging/tests/test_database.py", line 114, in setUp
    with open(record_file, 'w') as file:
IOError: [Errno 13] Permission denied: '/usr/local/lib/python3.3/packaging/tests/fake_dists/babar-0.1.dist-info/RECORD'
History
Date User Action Args
2011-06-14 11:03:11vinay.sajipsetrecipients: + vinay.sajip, benjamin.peterson, eric.araujo
2011-06-14 11:03:11vinay.sajipsetmessageid: <1308049391.56.0.526449556602.issue12331@psf.upfronthosting.co.za>
2011-06-14 11:03:11vinay.sajiplinkissue12331 messages
2011-06-14 11:03:10vinay.sajipcreate