# HG changeset patch # User Anton Shestakov # Date 1725892373 -14400 # Node ID ab7bbcd052ad7b30570a93140a438528003947e1 # Parent c34f6f00a427856094687b0018ce165118080b45 tests: make UserWarning about python_requires in test-check-sdist.t optional diff -r c34f6f00a427 -r ab7bbcd052ad 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 @@ -17,8 +17,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'