tests/commands/install_uninstall_test.py::test_environment_not_sourced FAILED [ 29%] tests/commands/run_test.py::test_show_diff_on_failure[args1-All changes made by hooks:] FAILED [ 41%] tests/lang_base_test.py::test_exe_exists_commonpath_raises_ValueError PASSED [ 65%] tests/repository_test.py::test_output_isatty FAILED [ 79%] tests/util_test.py::test_CalledProcessError_str PASSED [ 92%] tests/util_test.py::test_CalledProcessError_str_nooutput PASSED [ 93%] tests/util_test.py::test_cmd_output_no_shebang[cmd_output_p] FAILED [ 94%] tests/xargs_test.py::test_xargs_color_true_makes_tty FAILED [ 98%] tests/xargs_test.py::test_xargs_with_batch_files[t.bat] XFAIL (nt only) [ 98%] tests/xargs_test.py::test_xargs_with_batch_files[t.cmd] XFAIL (nt only) [ 98%] tests/xargs_test.py::test_xargs_with_batch_files[T.CMD] XFAIL (nt only) [ 98%] ================================================================================================================================================== FAILURES ================================================================================================================================================== E AssertionError: assert 'pre-commit: ...virtualenv?\n' == '`pre-commit`...virtualenv?\n' tests/commands/install_uninstall_test.py:293: AssertionError E FileNotFoundError: [Errno 2] No such file or directory pre_commit/util.py:133: FileNotFoundError E FileNotFoundError: [Errno 2] No such file or directory pre_commit/util.py:133: FileNotFoundError # previously this raised `OSError` -- the output is platform specific E FileNotFoundError: [Errno 2] No such file or directory pre_commit/util.py:133: FileNotFoundError E FileNotFoundError: [Errno 2] No such file or directory pre_commit/util.py:133: FileNotFoundError FAILED tests/commands/install_uninstall_test.py::test_environment_not_sourced - AssertionError: assert 'pre-commit: ...virtualenv?\n' == '`pre-commit`...virtualenv?\n' FAILED tests/commands/run_test.py::test_show_diff_on_failure[args1-All changes made by hooks:] - FileNotFoundError: [Errno 2] No such file or directory FAILED tests/repository_test.py::test_output_isatty - FileNotFoundError: [Errno 2] No such file or directory FAILED tests/util_test.py::test_cmd_output_no_shebang[cmd_output_p] - FileNotFoundError: [Errno 2] No such file or directory FAILED tests/xargs_test.py::test_xargs_color_true_makes_tty - FileNotFoundError: [Errno 2] No such file or directory >>> ERROR: pre-commit: check failed