# HG changeset patch # User Anton Shestakov # Date 1725890117 -14400 # Node ID ee200d1337a7aacd15d9701f00e4a79380488835 # Parent 83a8122cfd8cc2603156df6bae76fce7fec21723 tests: drop the warning about missing README{,.txt} in sdist I don't think there's any modern packaging solution that is still unaware that our README.rst is a valid README file. According to my 5-minute annotate dive, both setuptools and distutils have added .rst as a valid extension for README files at least 7 years ago. diff -r 83a8122cfd8c -r ee200d1337a7 tests/test-check-sdist.t --- a/tests/test-check-sdist.t Mon Sep 09 17:28:07 2024 +0400 +++ b/tests/test-check-sdist.t Mon Sep 09 17:55:17 2024 +0400 @@ -19,8 +19,6 @@ $ "$PYTHON" setup.py sdist --dist-dir "$TESTTMP"/dist > /dev/null */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) warnings.warn(msg) - warning: sdist: standard file not found: should have one of README, README.txt (?) - (?) warning: no previously-included files found matching 'docs/tutorial/.netlify' warning: no previously-included files found matching '.gitlab-ci.yml' warning: no previously-included files found matching '.hg-format-source'