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 ned.deily
Recipients Arfrever, eric.araujo, nadeem.vawda, ned.deily, python-dev, serhiy.storchaka, tarek
Date 2015-05-16.23:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431817388.87.0.543959347274.issue16314@psf.upfronthosting.co.za>
In-reply-to
Content
The test for lzma being importable is not sufficient.

======================================================================
ERROR: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/tarfile.py", line 389, in __init__
    import lzma
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/lzma.py", line 26, in <module>
    from _lzma import *
ImportError: No module named '_lzma'

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/3171/steps/test/logs/stdio
History
Date User Action Args
2015-05-16 23:03:08ned.deilysetrecipients: + ned.deily, nadeem.vawda, tarek, eric.araujo, Arfrever, python-dev, serhiy.storchaka
2015-05-16 23:03:08ned.deilysetmessageid: <1431817388.87.0.543959347274.issue16314@psf.upfronthosting.co.za>
2015-05-16 23:03:08ned.deilylinkissue16314 messages
2015-05-16 23:03:08ned.deilycreate