Marcel Telka
Marcel Telka
I do see this test failure: ``` ____________________________ test_dump_version_mypy ____________________________ tmp_path = PosixPath('/tmp/pytest-of-marcel/pytest-1/test_dump_version_mypy0') def test_dump_version_mypy(tmp_path: Path) -> None: mypy = shutil.which("mypy") if mypy is None: pytest.skip("mypy not found") dump_a_version(tmp_path) >...
There is no [License-File](https://peps.python.org/pep-0639/#spec-field-license-file) entry in the sdist metadata. Since this project uses license file at non-standard location (`docs/license.rst`) it would be great if the license file path is recorded...
The sdist package at PyPI is missing `tox.ini`. Please add the missing package to sdist to make the downstream testing easier. Thank you. PS: I'm sorry to not noticing this...
The `test_universal_deprecated` test fails for setuptools 80.9.0. Steps to reproduce: ``` $ wget https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-80.9.0.tar.gz $ gtar xf setuptools-80.9.0.tar.gz $ cd setuptools-80.9.0 $ sed -i -e '/check$/d' -e '/type$/d' -e '/^.cover$/d'...
80.9.0 [testing] FileNotFoundError: [Errno 2] No such file or directory: 'foo.egg-info/SOURCES.txt'
The `test_setup_cfg_license_file_license_files` test is failing with: ``` _ TestEggInfo.test_setup_cfg_license_file_license_files[combined_glob_patterrns] _ [gw2] sunos5 -- Python 3.9.24 /tmp/test/setuptools-80.9.0/.tox/py39/bin/python self = tmpdir_cwd = local('/tmp/test/setuptools-80.9.0') env = '/tmp/setuptools-test.go01gmik' files = {'AUTHORS-ABC': 'ABC authors', 'LICENSE-ABC':...