Skip to content

Commit 67a6a72

Browse files
dimblebyabn
authored andcommitted
fix tests
anticipating python-poetry/poetry-core#807
1 parent 6141421 commit 67a6a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/masonry/builders/test_editable_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def test_builder_installs_proper_files_for_standard_packages(
174174
Name: simple-project
175175
Version: 1.2.3
176176
Summary: Some description.
177-
Home-page: https://python-poetry.org
178177
License: MIT
179178
Keywords: packaging,dependency,poetry
180179
Author: Sébastien Eustace
@@ -185,6 +184,7 @@ def test_builder_installs_proper_files_for_standard_packages(
185184
Classifier: Topic :: Software Development :: Build Tools
186185
Classifier: Topic :: Software Development :: Libraries :: Python Modules
187186
Project-URL: Documentation, https://python-poetry.org/docs
187+
Project-URL: Homepage, https://python-poetry.org
188188
Project-URL: Repository, https://github.com/python-poetry/poetry
189189
Description-Content-Type: text/x-rst
190190
@@ -342,14 +342,14 @@ def test_builder_generates_proper_metadata_when_multiple_readme_files(
342342
Name: my-package
343343
Version: 0.1
344344
Summary: Some description.
345-
Home-page: https://python-poetry.org
346345
License: MIT
347346
Author: Your Name
348347
Author-email: you@example.com
349348
Requires-Python: >=2.7,<3.0
350349
Classifier: License :: OSI Approved :: MIT License
351350
Classifier: Programming Language :: Python :: 2
352351
Classifier: Programming Language :: Python :: 2.7
352+
Project-URL: Homepage, https://python-poetry.org
353353
Description-Content-Type: text/x-rst
354354
355355
Single Python

0 commit comments

Comments
 (0)