Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
6907:5439ac6b2fc2 | 6908:2bac0e2340e0 |
---|---|
15 $ testrepohg archive "$TESTTMP"/hg-evolve | 15 $ testrepohg archive "$TESTTMP"/hg-evolve |
16 $ cd "$TESTTMP"/hg-evolve | 16 $ cd "$TESTTMP"/hg-evolve |
17 | 17 |
18 #endif | 18 #endif |
19 | 19 |
20 $ "$PYTHON" setup.py check --metadata --restructuredtext | |
21 | |
22 $ "$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: 'long_description_content_type' (glob) (?) | |
22 warnings.warn(msg) (?) | |
23 */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) (?) | 23 */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) (?) |
24 warnings.warn(msg) (?) | 24 warnings.warn(msg) (?) |
25 warning: no previously-included files found matching 'docs/tutorial/.netlify' | 25 warning: no previously-included files found matching 'docs/tutorial/.netlify' |
26 warning: no previously-included files found matching '.gitlab-ci.yml' | 26 warning: no previously-included files found matching '.gitlab-ci.yml' |
27 warning: no previously-included files found matching '.hg-format-source' | 27 warning: no previously-included files found matching '.hg-format-source' |