Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16435
| Path | csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Soren Stoutner <soren@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Correct command to skip multiple tests in autopkgtest? |
| Date | Sat, 02 Nov 2024 00:10:01 +0100 |
| Message-ID | <JE8Wd-5ZHa-5@gated-at.bofh.it> (permalink) |
| X-Original-To | Debian Python Team <debian-python@lists.debian.org> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Fri Nov 1 23:04:14 2024 |
| Old-Return-Path | <soren@debian.org> |
| X-Amavis-Spam-Status | No, score=-114.93 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.421, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no |
| Organization | Debian |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; boundary="nextPart1897773.4Yan60D6vR"; micalg="pgp-sha512"; protocol="application/pgp-signature" |
| X-Debian-User | soren |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/22505 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/2952489.034xB63fYD@soren-desktop |
| Approved | robomod@news.nic.it |
| Lines | 100 |
| Sender | robomod@news.nic.it |
| X-Original-Date | Fri, 01 Nov 2024 16:03:45 -0700 |
| X-Original-Message-ID | <2952489.034xB63fYD@soren-desktop> |
| Xref | csiph.com linux.debian.maint.python:16435 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
I am in the process of packaging pyinstaller.
https://pypi.org/project/pyinstaller/
Many of pyinstaller’s tests require the pyinstaller-hooks-contrib package,
which I am also in the process of packaging.
https://pypi.org/project/pyinstaller-hooks-contrib/
But pyinstaller-hooks-contrib depends on pyinstaller for its tests.
In order to bootstrap the introduction of these packages into Debian, I am
temporarily disabling the pyinstaller tests that depend on pyinstaller-hooks-
contrib using the following command in debian/rules:
export PYBUILD_TEST_ARGS=-k\
'not test_find_module\
and not test_metadata_searching\
and not test_Qt_QTranslate\
and not test_zeep\
and not test_scapy3\
and not test_zope_interface\
and not test_gevent\
and not test_user_preferred_locale\
and not test_pytz'
This works successfully during the build process:
1004 passed, 286 skipped, 25 deselected, 24 xfailed, 1 xpassed, 17 warnings in
6969.97s (1:56:09)
https://salsa.debian.org/soren/python-pyinstaller/-/jobs/6514811#L6635
But, for some reason, autopkgtest doesn’t like the format of the arguments.
I: pybuild base:311: cd /tmp/autopkgtest-lxc.ntf_swjm/downtmp/autopkgtest_tmp/
build; python3.12 -m pytest -k 'not test_find_module and not
test_metadata_searching and not test_Qt_QTranslate and not test_zeep and not
test_scapy3 and not test_zope_interface and not test_gevent and not
test_user_preferred_locale and not test_pytz'
usage: __main__.py [-h] [--link-only] {samedir,subdir,parentdir}
__main__.py: error: argument test_type: invalid choice: 'not test_find_module
and not test_metadata_searching and not test_Qt_QTranslate and not test_zeep
and not test_scapy3 and not test_zope_interface and not test_gevent and not
test_user_preferred_locale and not test_pytz' (choose from 'samedir',
'subdir', ‘parentdir’)
https://salsa.debian.org/soren/python-pyinstaller/-/jobs/6514819#L781
I have tried several syntax variations without success. Does anyone know the
correct syntax for skipping several tests in autopgktest?
--
Soren Stoutner
soren@debian.org
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar | Unroll thread
Correct command to skip multiple tests in autopkgtest? Soren Stoutner <soren@debian.org> - 2024-11-02 00:10 +0100
Re: Correct command to skip multiple tests in autopkgtest? Soren Stoutner <soren@debian.org> - 2024-11-06 22:30 +0100
Re: Correct command to skip multiple tests in autopkgtest? Julian Gilbey <julian@d-and-j.net> - 2024-11-11 21:20 +0100
Re: Correct command to skip multiple tests in autopkgtest? Soren Stoutner <soren@debian.org> - 2024-11-12 19:10 +0100
Re: Correct command to skip multiple tests in autopkgtest? Soren Stoutner <soren@debian.org> - 2024-12-03 01:30 +0100
csiph-web