Mercurial > evolve
diff tests/test-check-sdist.t @ 6908:2bac0e2340e0 mercurial-6.2
tests: drop `setup.py check` on older branches, re-add sdist warning
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 24 Oct 2024 21:34:08 +0400 |
parents | 090834ff8209 |
children | b2dddcfe87c3 |
line wrap: on
line diff
--- a/tests/test-check-sdist.t Thu Oct 24 20:40:46 2024 +0400 +++ b/tests/test-check-sdist.t Thu Oct 24 21:34:08 2024 +0400 @@ -17,9 +17,9 @@ #endif - $ "$PYTHON" setup.py check --metadata --restructuredtext - $ "$PYTHON" setup.py sdist --dist-dir "$TESTTMP"/dist > /dev/null + */dist.py:*: UserWarning: Unknown distribution option: 'long_description_content_type' (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'