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 larry
Recipients jaraco, larry, zach.ware
Date 2016-09-05.23:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473119251.18.0.120707316704.issue27960@psf.upfronthosting.co.za>
In-reply-to
Content
3.4.5 shipped with a working test suite.  Since the release of 3.4.5 somebody broke test_distutils in the 3.4 branch.  It needs to be fixed.

jason.coombs: AFAICT you were the last person to touch it.  Are you the one who broke it?


 % ./python -m test test_distutils
[1/1] test_distutils
test test_distutils crashed -- Traceback (most recent call last):
  File "/home/larry/src/python/broke34/Lib/test/regrtest.py", line 1279, in runtest_inner
    test_runner()
  File "/home/larry/src/python/broke34/Lib/test/test_distutils.py", line 13, in test_main
    test.support.run_unittest(distutils.tests.test_suite())
  File "/home/larry/src/python/broke34/Lib/distutils/tests/__init__.py", line 31, in test_suite
    suite.addTest(module.test_suite())
AttributeError: 'module' object has no attribute 'test_suite'

1 test failed:
    test_distutils
History
Date User Action Args
2016-09-05 23:47:31larrysetrecipients: + larry, jaraco, zach.ware
2016-09-05 23:47:31larrysetmessageid: <1473119251.18.0.120707316704.issue27960@psf.upfronthosting.co.za>
2016-09-05 23:47:31larrylinkissue27960 messages
2016-09-05 23:47:30larrycreate