# HG changeset patch # User Anton Shestakov # Date 1725892373 -14400 # Node ID e57c9da94b252747945f6130ac71b03ca7dc4d0a # Parent 37844623df8c86fc0262be0ab9319c076446b225 tests: make UserWarning about python_requires in test-check-sdist.t optional diff -r 37844623df8c -r e57c9da94b25 tests/test-check-sdist.t --- 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'