Skip to content

Commit d543219

Browse files
committed
Add pandas to the list of libraries not comaptible with pyfakefs
- see #528
1 parent 8127a82 commit d543219

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/usage.rst

+3
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,9 @@ A list of Python modules that are known to not work correctly with
605605
sufficient demand.
606606
- the ``Pillow`` image library does not work with pyfakefs at least if writing
607607
JPEG files (see `this issue <https://github.com/jmcgeheeiv/pyfakefs/issues/529>`__)
608+
- ``pandas`` (the Python data analysis library) uses its own internal file
609+
system access, written in C, and does therefore not work with pyfakefs
610+
(see `this issue <https://github.com/jmcgeheeiv/pyfakefs/issues/528>`__)
608611
609612
If you are not sure if a module can be handled, or how to do it, you can
610613
always write a new issue, of course!

0 commit comments

Comments
 (0)