changeset 6844:ab7bbcd052ad

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 c34f6f00a427
children 4836e75f0a03
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
@@ -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'