We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8127a82 commit d543219Copy full SHA for d543219
docs/usage.rst
@@ -605,6 +605,9 @@ A list of Python modules that are known to not work correctly with
605
sufficient demand.
606
- the ``Pillow`` image library does not work with pyfakefs at least if writing
607
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>`__)
611
612
If you are not sure if a module can be handled, or how to do it, you can
613
always write a new issue, of course!
0 commit comments