Mercurial > evolve
changeset 6859:e57c9da94b25 stable
tests: make UserWarning about python_requires in test-check-sdist.t optional
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 09 Sep 2024 18:32:53 +0400 |
parents | 37844623df8c |
children | 416adeb7d418 |
files | tests/test-check-sdist.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-sdist.t Mon Sep 09 18:19:36 2024 +0400 +++ b/tests/test-check-sdist.t Mon Sep 09 18:32:53 2024 +0400 @@ -18,8 +18,8 @@ #endif $ "$PYTHON" setup.py sdist --dist-dir "$TESTTMP"/dist > /dev/null - */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) - warnings.warn(msg) + */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) (?) + warnings.warn(msg) (?) 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'