Skip to content

Commit c214019

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1616d98 commit c214019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_utils_pep621.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_project2licenses_license_dict_file(self) -> None:
5656
with TemporaryDirectory() as tmpdir:
5757
with open(join(tmpdir, 'license.txt'), 'w') as tf:
5858
tf.write('File license text')
59-
licenses = list(project2licenses(project, lfac, fpath=join(tmpdir, 'pyproject.toml')))
59+
licenses = list(project2licenses(project, lfac, True, fpath=join(tmpdir, 'pyproject.toml')))
6060
self.assertEqual(len(licenses), 1)
6161
lic = licenses[0]
6262
self.assertIsInstance(lic, DisjunctiveLicense)

0 commit comments

Comments
 (0)