We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01c41e commit 2be4296Copy full SHA for 2be4296
1 file changed
test_utils.py
@@ -729,7 +729,7 @@ def test_pip_install_target():
729
import six
730
731
assert "mock_dir" not in six.__file__
732
- except ImportError:
+ except (ImportError, FileNotFoundError):
733
pass
734
# hit md5 cache, force=False, sys_path ignored
735
start_time = time.time()
@@ -742,7 +742,7 @@ def test_pip_install_target():
742
743
744
745
746
747
# test force=True, sys_path=0 worked
748
0 commit comments