mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix #322 by only removing git environment variables while cloning
This commit is contained in:
parent
c16479b94a
commit
495fefd316
6 changed files with 42 additions and 14 deletions
|
|
@ -377,6 +377,7 @@ def test_additional_dependencies_roll_forward(tempdir_factory, store):
|
|||
assert 'mccabe' in output
|
||||
|
||||
|
||||
@skipif_slowtests_false
|
||||
@xfailif_windows_no_ruby
|
||||
@pytest.mark.integration
|
||||
def test_additional_ruby_dependencies_installed(
|
||||
|
|
@ -392,6 +393,7 @@ def test_additional_ruby_dependencies_installed(
|
|||
assert 'thread_safe' in output
|
||||
|
||||
|
||||
@skipif_slowtests_false
|
||||
@xfailif_windows_no_node
|
||||
@pytest.mark.integration
|
||||
def test_additional_node_dependencies_installed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue