Skip to content

Commit 0304851

Browse files
committed
test: set maxDiff = None
1 parent b1ec14d commit 0304851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_site.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ def test_underpth_dll_file(self):
809809
class CommandLineTests(unittest.TestCase):
810810
def setUp(self):
811811
super().setUp()
812+
self.maxDiff = None # TODO: For test only, should be removed
812813
if sys.path[0] != os.getcwd():
813814
sys.path.remove(sys.path[0])
814815
sys.path.insert(0, os.getcwd())

0 commit comments

Comments
 (0)