Skip to content

Commit 9cd9737

Browse files
committed
Add note about find_library() not working
- see #796
1 parent 2bfdc02 commit 9cd9737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/troubleshooting.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Modules that rely on ``subprocess`` or ``multiprocessing``
6666
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6767
This includes a number of modules that need to start other executables to
6868
function correctly. Examples that have shown this problem include `GitPython`_
69-
and `plumbum`_.
69+
and `plumbum`_. Calling ``find_library`` also uses ``subprocess`` and does not work in
70+
the fake filesystem.
71+
7072

7173
The `Pillow`_ Imaging Library
7274
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)