From 2fdb151e2ce0ba0693ba97ea08b0e61d3597cd09 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 29 Jul 2016 09:37:26 -0400 Subject: Setuptools fixed their egg-ordering problem, no need for this test workaround any more. --- tests/modules/process_test/try_execfile.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/modules/process_test') diff --git a/tests/modules/process_test/try_execfile.py b/tests/modules/process_test/try_execfile.py index bc412fc5..70905071 100644 --- a/tests/modules/process_test/try_execfile.py +++ b/tests/modules/process_test/try_execfile.py @@ -52,11 +52,6 @@ def without_same_files(filenames): cleaned_sys_path = [os.path.normcase(p) for p in without_same_files(sys.path)] -# Eggs seems to go in different places for some reason. I'm going to assume -# it's an OK difference. Sort eggs to the end of the list to canonicalize -# them. -cleaned_sys_path = sorted(cleaned_sys_path, key=lambda p: p.endswith(".egg")) - DATA = "xyzzy" import __main__ -- cgit v1.2.1