comparison tests/test-check-sdist.t @ 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
comparison
equal deleted inserted replaced
6858:37844623df8c 6859:e57c9da94b25
16 $ cd "$TESTTMP"/hg-evolve 16 $ cd "$TESTTMP"/hg-evolve
17 17
18 #endif 18 #endif
19 19
20 $ "$PYTHON" setup.py sdist --dist-dir "$TESTTMP"/dist > /dev/null 20 $ "$PYTHON" setup.py sdist --dist-dir "$TESTTMP"/dist > /dev/null
21 */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) 21 */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) (?)
22 warnings.warn(msg) 22 warnings.warn(msg) (?)
23 warning: no previously-included files found matching 'docs/tutorial/.netlify' 23 warning: no previously-included files found matching 'docs/tutorial/.netlify'
24 warning: no previously-included files found matching '.gitlab-ci.yml' 24 warning: no previously-included files found matching '.gitlab-ci.yml'
25 warning: no previously-included files found matching '.hg-format-source' 25 warning: no previously-included files found matching '.hg-format-source'
26 warning: no previously-included files found matching 'Makefile' 26 warning: no previously-included files found matching 'Makefile'
27 no previously-included directories found matching 'contrib' 27 no previously-included directories found matching 'contrib'