Skip to content

Commit

Permalink
Fix docstring line length
Browse files Browse the repository at this point in the history
  • Loading branch information
lpulley authored and AndydeCleyre committed Jun 26, 2023
1 parent 72962d4 commit 7ae780f
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 7ae780f

Please sign in to comment.