Skip to content

Commit 98e5aa4

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 8c21342 commit 98e5aa4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setuptools/tests/test_easy_install.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,10 @@ def test_setup_requires_with_python_requires(self, monkeypatch, tmpdir):
851851
<html><head><title>Links for dep</title></head>
852852
<body>
853853
<h1>Links for dep</h1>
854-
<a href="{dep_1_0_url}" data-requires-python="{dep_1_0_python_requires}">{dep_1_0_sdist}</a><br/>
855-
<a href="{dep_2_0_url}" data-requires-python="{dep_2_0_python_requires}">{dep_2_0_sdist}</a><br/>
854+
<a href="{dep_1_0_url}"\
855+
data-requires-python="{dep_1_0_python_requires}">{dep_1_0_sdist}</a><br/>
856+
<a href="{dep_2_0_url}"\
857+
data-requires-python="{dep_2_0_python_requires}">{dep_2_0_sdist}</a><br/>
856858
</body>
857859
</html>
858860
'''

0 commit comments

Comments
 (0)