changeset 6857:36d7bc8d2e8b stable

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.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 09 Sep 2024 17:55:17 +0400
parents 436dddbb3af5
children 37844623df8c
files tests/test-check-sdist.t
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-check-sdist.t	Tue Oct 15 21:36:16 2024 +0400
+++ b/tests/test-check-sdist.t	Mon Sep 09 17:55:17 2024 +0400
@@ -20,8 +20,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'