making sdist and config test silents
This commit is contained in:
parent
899dd1221d
commit
1a1158f955
|
@ -47,7 +47,9 @@ password:xxx
|
|||
"""
|
||||
|
||||
|
||||
class PyPIRCCommandTestCase(support.TempdirManager, unittest.TestCase):
|
||||
class PyPIRCCommandTestCase(support.TempdirManager,
|
||||
support.LoggingSilencer,
|
||||
unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
"""Patches the environment."""
|
||||
|
|
|
@ -34,7 +34,7 @@ somecode%(sep)sdoc.dat
|
|||
somecode%(sep)sdoc.txt
|
||||
"""
|
||||
|
||||
class sdistTestCase(support.LoggingSilencer, PyPIRCCommandTestCase):
|
||||
class sdistTestCase(PyPIRCCommandTestCase):
|
||||
|
||||
def setUp(self):
|
||||
# PyPIRCCommandTestCase creates a temp dir already
|
||||
|
|
Loading…
Reference in New Issue