Fixed 5694: removed spurious test output in Distutils
This commit is contained in:
parent
1ede0d670f
commit
453d953f3e
|
@ -8,6 +8,7 @@ from distutils.command.clean import clean
|
|||
from distutils.tests import support
|
||||
|
||||
class cleanTestCase(support.TempdirManager,
|
||||
support.LoggingSilencer,
|
||||
unittest.TestCase):
|
||||
|
||||
def test_simple_run(self):
|
||||
|
|
Loading…
Reference in New Issue