Skip to content

Commit 89686b8

Browse files
committed
Removed some commented lines
1 parent 4ce17a9 commit 89686b8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test_config/test_files.py

-12
Original file line numberDiff line numberDiff line change
@@ -220,18 +220,6 @@ def test_pep440_config(git_repo: Path, fixtures_path: Path):
220220
cfg = config.get_configuration(cfg_path)
221221
assert cfg.current_version == "1.0.0.dev0+myreallylongbranchna"
222222

223-
# try:
224-
# subprocess.run(["git", "add", "README.md"], check=True, capture_output=True)
225-
# subprocess.run(["git", "commit", "-am", "my branch commit"], check=True, capture_output=True)
226-
# except subprocess.CalledProcessError as e:
227-
# print(e.stdout)
228-
# print(e.stderr)
229-
# raise
230-
# result: Result = runner.invoke(cli.cli, ["bump", "dev_label", "--no-tag"])
231-
# assert result.exit_code == 0
232-
# cfg = config.get_configuration(cfg_path)
233-
# assert cfg.current_version == "1.0.0.dev1+myreallylongbranchna"
234-
235223

236224
@pytest.mark.parametrize(
237225
["glob_pattern", "file_list"],

0 commit comments

Comments
 (0)