mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
making sdist and config test silents
This commit is contained in:
parent
899dd1221d
commit
1a1158f955
2 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,9 @@ password:xxx
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class PyPIRCCommandTestCase(support.TempdirManager, unittest.TestCase):
|
class PyPIRCCommandTestCase(support.TempdirManager,
|
||||||
|
support.LoggingSilencer,
|
||||||
|
unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
"""Patches the environment."""
|
"""Patches the environment."""
|
||||||
|
|
|
@ -34,7 +34,7 @@ somecode%(sep)sdoc.dat
|
||||||
somecode%(sep)sdoc.txt
|
somecode%(sep)sdoc.txt
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class sdistTestCase(support.LoggingSilencer, PyPIRCCommandTestCase):
|
class sdistTestCase(PyPIRCCommandTestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
# PyPIRCCommandTestCase creates a temp dir already
|
# PyPIRCCommandTestCase creates a temp dir already
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue