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 b1ec14d commit 0304851Copy full SHA for 0304851
Lib/test/test_site.py
@@ -809,6 +809,7 @@ def test_underpth_dll_file(self):
809
class CommandLineTests(unittest.TestCase):
810
def setUp(self):
811
super().setUp()
812
+ self.maxDiff = None # TODO: For test only, should be removed
813
if sys.path[0] != os.getcwd():
814
sys.path.remove(sys.path[0])
815
sys.path.insert(0, os.getcwd())
0 commit comments