8d49abb0d1
Previously `monkeypatch` assumed that any `ImportError` was caused by a mistake in the specified import path. However this assumption is false in case the import target itself causes an `ImportError`. Fixes: #900