We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef20046 commit f4d4679Copy full SHA for f4d4679
1 file changed
tests/conftest.py
@@ -9,7 +9,6 @@
9
import mock
10
import pytest
11
12
-import pre_commit.constants as C
13
from pre_commit import five
14
from pre_commit.prefixed_command_runner import PrefixedCommandRunner
15
from pre_commit.runner import Runner
@@ -47,7 +46,6 @@ def in_merge_conflict(tempdir_factory):
47
46
with cwd(path):
48
cmd_output('touch', 'dummy')
49
cmd_output('git', 'add', 'dummy')
50
- cmd_output('git', 'add', C.CONFIG_FILE)
51
cmd_output('git', 'commit', '-m', 'Add config.')
52
53
conflict_path = tempdir_factory.get()
0 commit comments