Kaydet (Commit) 2b272241 authored tarafından Carl Meyer's avatar Carl Meyer

Fixed #21929 - Fixed test regression on Windows.

Thanks Michael Manfre for the report.
üst 343dfff1
......@@ -71,7 +71,7 @@ class EggLoaderTest(TestCase):
return self.module._resources[path].read()
def _fn(self, base, resource_name):
return resource_name
return os.path.normcase(resource_name)
pkg_resources._provider_factories[MockLoader] = MockProvider
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment