We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fa7f1 commit f2c2b35Copy full SHA for f2c2b35
tests/packagedcode/test_pypi.py
@@ -341,7 +341,7 @@ def test_parse_pyproject_toml_standard_lc0(self):
341
342
def test_parse_pyproject_toml_private_package(self):
343
test_file = self.get_test_loc('pypi/pyproject-toml/standard/python-private-classifier/pyproject.toml')
344
- packages = list(pypi.PyprojectTomlHandler.parse(test_file))
+ packages = pypi.PyprojectTomlHandler.parse(test_file)
345
expected_loc = self.get_test_loc('pypi/pyproject-toml/standard/private-classifier-pyproject.toml-expected.json')
346
self.check_packages_data(packages, expected_loc, regen=REGEN_TEST_FIXTURES)
347
0 commit comments