Skip to content

Commit d63416b

Browse files
committed
tests: fixes
Signed-off-by: Henry Schreiner <[email protected]>
1 parent a66f9aa commit d63416b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pyproject_pep518.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_pep518_sdist(isolated, package_simple_pyproject_ext):
3434
Requires-Python: >=3.7
3535
Provides-Extra: test
3636
Requires-Dist: pytest>=6.0; extra == "test"
37+
3738
"""
3839
)
3940

@@ -76,6 +77,7 @@ def test_pep518_sdist_with_cmake_config(isolated, cleanup_overwrite):
7677
Metadata-Version: 2.1
7778
Name: sdist_config
7879
Version: 0.1.0
80+
7981
"""
8082
)
8183

0 commit comments

Comments
 (0)