Merge pull request #199215 from K900/pre-commit-skip-tests
This commit is contained in:
commit
08e8741935
@ -146,6 +146,17 @@ buildPythonPackage rec {
|
|||||||
# Expects `git commit` to fail when `pre-commit` is not in the `$PATH`,
|
# Expects `git commit` to fail when `pre-commit` is not in the `$PATH`,
|
||||||
# but we use an absolute path so it's not an issue.
|
# but we use an absolute path so it's not an issue.
|
||||||
"test_environment_not_sourced"
|
"test_environment_not_sourced"
|
||||||
|
|
||||||
|
# broken with Git 2.38.1, upstream issue filed at https://github.com/pre-commit/pre-commit/issues/2579
|
||||||
|
"test_golang_with_recursive_submodule"
|
||||||
|
"test_install_in_submodule_and_run"
|
||||||
|
"test_is_in_merge_conflict_submodule"
|
||||||
|
"test_get_conflicted_files_in_submodule"
|
||||||
|
"test_sub_nothing_unstaged"
|
||||||
|
"test_sub_something_unstaged"
|
||||||
|
"test_sub_staged"
|
||||||
|
"test_submodule_does_not_discard_changes"
|
||||||
|
"test_submodule_does_not_discard_changes_recurse"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user