We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bfcd3 commit 2f5aa35Copy full SHA for 2f5aa35
Lib/test/test_sysconfig.py
@@ -41,6 +41,7 @@ class TestSysConfig(unittest.TestCase):
41
42
def setUp(self):
43
super(TestSysConfig, self).setUp()
44
+ self.maxDiff = None
45
self.sys_path = sys.path[:]
46
# patching os.uname
47
if hasattr(os, 'uname'):
0 commit comments