Without wheel, test_result_json_sequential fetches it from the internet

[skip changelog]
This commit is contained in:
Miro Hrončok 2025-05-13 19:41:15 +02:00
commit fa857a3318

View file

@ -171,6 +171,7 @@ k="${k-}${k+ and }not keyboard_interrupt"
k="${k-}${k+ and }not test_call_as_module"
k="${k-}${k+ and }not test_call_as_exe"
k="${k-}${k+ and }not test_run_installpkg_targz"
test -z $VIRTUALENV_WHEEL && k="${k-}${k+ and }not test_result_json_sequential"
%endif
%pytest -v -n auto -k "${k-}" --run-integration