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
[email protected]
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEJKVN2yNUZnlcqOI+wufLJ66wtgMFAmclXlEACgkQwufLJ66w tgOcCQ/7B5e1il4qQGW6yDRJtUrpBiUtcPv+yaEg9hMckRNTFFgKOzvHCh4vDgF1 p1dy7bLIh8lrcVxw82vFa0R7+UzfFpuiDGTL1yHVLFiC6McqNBhROnH+/qfKyw9P LT8wej1qafB8ZuyL8JFoOI9fNsZvtFltEDbMQXzOv67XuOCcG+MvZtbqvEELDrYb HwgZE6zKGVhPunu2MqekBjHHVKGE5kViRdQjrKTCe9T1ib2qFfZFt82f3bklg/+e lxLaTi3M4lzQy8BW6auQGG0tXYhX4uHjJF52F8bAaMoVb80RBP1KlkEZmUKbet6T tNemxjNnw7l+MBmFGTMF7cXfXoUJ6FO7XCfAljIw7o8GvOr8SKujlF03BOjgr1kt 3dLBybf1G0Te2wfsUk3g/smeeACQhCKtN21Wa0P8xs5RkyZ2QXGl8Yu/UbUH4t1R GZUA7QtJvsMZhTXIcg6C/dmxKEcxFP0/v3e9ldj3nSuB5gVmGOVAKudTDKqSefFg qk+hc35CdRepmSZakwDiJ/YqpfUYfwEpTOj0QzHi1TUiIlUAgc0rr+pLSLvnRq2K TvyY1w7ju+edZbCwV3QgUdSFrzjnIaIqZVcUqt7I10/PW+ZT3SnZBXMZbDkeMNId ASUhinQW+YXlR8cBG4oymdMQ/1/uMhYA6HJ60SnzzuePIU6EmUY=
=U0Ii
-----END PGP SIGNATURE-----
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)