Commit e96f0dd0 authored by Tarek Ziadé's avatar Tarek Ziadé

making sdist and config test silents

parent 8d75f8d3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment