Skip to content

Commit cbc8f01

Browse files
pre-commit-ci[bot]chrysle
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent db7b044 commit cbc8f01

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/test_cli_compile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3353,9 +3353,6 @@ def test_default_config_option(pip_conf, runner, make_config_file, tmpdir_cwd):
33533353

33543354
out = runner.invoke(cli)
33553355

3356-
print(out.stdout)
3357-
print(out.stderr)
3358-
33593356
assert out.exit_code == 0
33603357
assert "Dry-run, so nothing updated" in out.stderr
33613358

tests/test_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,9 @@ def test_select_config_file_prefers_pip_tools_toml_over_pyproject_toml(tmpdir_cw
810810
assert select_config_file(()) == pip_tools_file
811811

812812

813-
def test_select_config_file_with_config_file_in_different_directory(tmpdir_cwd, make_config_file):
813+
def test_select_config_file_with_config_file_in_different_directory(
814+
tmpdir_cwd, make_config_file
815+
):
814816
config_file = make_config_file("dry-run", True, ".pip-tools.toml")
815817

816818
(tmpdir_cwd / "subdir").mkdir()

0 commit comments

Comments
 (0)