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 2a35ecf commit 19e0fa9Copy full SHA for 19e0fa9
tests/packagedcode/test_pypi.py
@@ -343,7 +343,7 @@ 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 = 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)
+ self.check_packages_data(packages, expected_loc,regen=REGEN_TEST_FIXTURES)
347
348
349
class TestPoetryHandler(PackageTester):
0 commit comments