]> granicus.if.org Git - python/commitdiff
making sdist and config test silents
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 31 Mar 2009 20:56:11 +0000 (20:56 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 31 Mar 2009 20:56:11 +0000 (20:56 +0000)
Lib/distutils/tests/test_config.py
Lib/distutils/tests/test_sdist.py

index a18f45359ac640a3a4413b0434622c766657dfc8..7737538bf8f9a7a2146dcc42204fbc568b590553 100644 (file)
@@ -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."""
index 15a8c8087c014da6d0c82254c1cc0a69f3916796..8af080f95027d53177672bebb96461d89440f849 100644 (file)
@@ -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