mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
Changed distutils tests to avoid environment alteration
This commit is contained in:
parent
11abfe640f
commit
2b06d42db5
13 changed files with 67 additions and 34 deletions
|
@ -9,6 +9,7 @@ from distutils.tests import support
|
|||
|
||||
class InstallDataTestCase(support.TempdirManager,
|
||||
support.LoggingSilencer,
|
||||
support.EnvironGuard,
|
||||
unittest.TestCase):
|
||||
|
||||
def test_simple_run(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue