Skip to content

Commit

Permalink
Fix docstring line length
Browse files Browse the repository at this point in the history
  • Loading branch information
lpulley committed Jun 26, 2023
1 parent 3b7aa1a commit d3c8f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,8 @@ def test_upgrade_package_doesnt_remove_annotation(pip_conf, runner):
@pytest.mark.parametrize(("num_inputs"), (2, 3, 10))
def test_many_inputs_includes_all_annotations(pip_conf, runner, num_inputs):
"""
Tests that an entry required by multiple input files is attributed to all of them in the annotation.
Tests that an entry required by multiple input files is attributed to all of them in the
annotation.
See: https://github.com/jazzband/pip-tools/issues/1853
"""
in_files = [f"requirements{n:02d}.in" for n in range(1, num_inputs + 1)]
Expand Down

0 comments on commit d3c8f0f

Please sign in to comment.