Skip to content

Commit a2166d7

Browse files
committed
test: remove duplicated fixture
1 parent bc1542c commit a2166d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/commands/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ def changelog_path() -> str:
5050
return os.path.join(os.getcwd(), "CHANGELOG.md")
5151

5252

53-
@pytest.fixture
54-
def config_path() -> str:
55-
return os.path.join(os.getcwd(), "pyproject.toml")
56-
57-
5853
@pytest.fixture
5954
def success_mock(mocker: MockerFixture) -> MockType:
6055
return mocker.patch("commitizen.out.success")

0 commit comments

Comments
 (0)