Skip to content

Commit ef81e8a

Browse files
committed
Add test to parse
1 parent 1148ae5 commit ef81e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/packagedcode/test_pypi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_parse_pyproject_toml_standard_lc0(self):
341341

342342
def test_parse_pyproject_toml_private_package(self):
343343
test_file = self.get_test_loc('pypi/pyproject-toml/standard/python-private-classifier/pyproject.toml')
344-
packages = list(pypi.PyprojectTomlHandler.parse(test_file))
344+
packages = pypi.PyprojectTomlHandler.parse(test_file)
345345
expected_loc = self.get_test_loc('pypi/pyproject-toml/standard/private-classifier-pyproject.toml-expected.json')
346346
self.check_packages_data(packages, expected_loc, regen=REGEN_TEST_FIXTURES)
347347

0 commit comments

Comments
 (0)