Package: src:check-manifest
Version: 0.51-2
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation

fails autopkg tests with setuptools v84:

[...]

 71s
 71s self = <tests.TestMain testMethod=test_ignore_bad_ideas_args>
 71s
 71s     def test_ignore_bad_ideas_args(self):
 71s         import check_manifest
 71s         sys.argv.append('--ignore-bad-ideas=x,y,z*')
 71s         check_manifest.main()
71s ignore = check_manifest.IgnoreList().global_exclude('x', 'y', 'z*') 71s > self.assertEqual(self._check_manifest.call_args.kwargs['extra_ignore_bad_ideas'],
 71s                          ignore)
71s E AssertionError: Ignor[71 chars]6b42f5c0>, <setuptools.command.egg_info._Norma[110 chars]b0>]) != Ignor[71 chars]6b42ff20>, <setuptools.command.egg_info._Norma[110 chars]a0>])
 71s
 71s tests.py:818: AssertionError
71s =========================== short test summary info ============================ 71s FAILED tests.py::Tests::test_get_ignore_from_manifest - AssertionError: Ignor... 71s FAILED tests.py::Tests::test_get_ignore_from_manifest_lines - AssertionError:... 71s FAILED tests.py::Tests::test_get_ignore_from_manifest_warnings - AssertionErr... 71s FAILED tests.py::TestConfiguration::test_read_config_no_config - AssertionErr... 71s FAILED tests.py::TestConfiguration::test_read_manifest - AssertionError: Igno... 71s FAILED tests.py::TestConfiguration::test_read_pyproject_config_extra_ignores 71s FAILED tests.py::TestConfiguration::test_read_pyproject_config_ignore_bad_ideas 71s FAILED tests.py::TestConfiguration::test_read_pyproject_config_no_option - As... 71s FAILED tests.py::TestConfiguration::test_read_pyproject_config_no_section - A... 71s FAILED tests.py::TestConfiguration::test_read_pyproject_config_override_ignores 71s FAILED tests.py::TestConfiguration::test_read_setup_config_extra_ignores - As... 71s FAILED tests.py::TestConfiguration::test_read_setup_config_ignore_bad_ideas 71s FAILED tests.py::TestConfiguration::test_read_setup_config_no_option - Assert... 71s FAILED tests.py::TestConfiguration::test_read_setup_config_no_section - Asser... 71s FAILED tests.py::TestConfiguration::test_read_setup_config_override_ignores 71s FAILED tests.py::TestMain::test_extra_ignore_args - AssertionError: Ignor[70 ... 71s FAILED tests.py::TestMain::test_ignore_bad_ideas_args - AssertionError: Ignor... 71s ========== 17 failed, 118 passed, 11 skipped, 2 deselected in 12.24s ===========

Reply via email to