On Friday, November 1, 2024 4:03:45 PM MST Soren Stoutner wrote: > 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’)
My experience with another package is that -k works correctly with autopkgtest when skipping only one test. The problem appears to be something related to parsing multiple tests to skip. I have tried a couple of syntax variations, but so far haven’t been able to guess the right one. -- Soren Stoutner so...@debian.org
signature.asc
Description: This is a digitally signed message part.