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 2bfdc02 commit 9cd9737Copy full SHA for 9cd9737
docs/troubleshooting.rst
@@ -66,7 +66,9 @@ Modules that rely on ``subprocess`` or ``multiprocessing``
66
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
This includes a number of modules that need to start other executables to
68
function correctly. Examples that have shown this problem include `GitPython`_
69
-and `plumbum`_.
+and `plumbum`_. Calling ``find_library`` also uses ``subprocess`` and does not work in
70
+the fake filesystem.
71
+
72
73
The `Pillow`_ Imaging Library
74
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments