[New-bugs-announce] [issue27960] Distutils tests are broken in 3.4

Larry Hastings report at bugs.python.org
Mon Sep 5 19:47:31 EDT 2016


New submission from Larry Hastings:

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

----------
assignee: jason.coombs
components: Tests
keywords: 3.4regression
messages: 274472
nosy: jason.coombs, larry, zach.ware
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Distutils tests are broken in 3.4
type: crash
versions: Python 3.4

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


More information about the New-bugs-announce mailing list