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 16af449 commit ce385ceCopy full SHA for ce385ce
1 file changed
tests/test_thirdparty.py
@@ -15,9 +15,9 @@ def test_module_paths():
15
16
# iOS and Android both play shenanigans with binary locations.
17
# Make sure the __file__ attribute on the binary module reflects
18
- # the actual location in the file system. The base PIL module is
19
- # pure Python; the binary module for PIL._imaging should be in
20
- # the same folder.
+ # its package's location in the file system. The base PIL module is
+ # pure Python; the binary module for PIL._imaging should *appear*
+ # to be in the same folder (although in practice, it may not be).
21
assert Path(_imaging.__file__).parent == Path(PIL.__file__).parent
22
23
0 commit comments