From fa857a331849276def97482f3b15085a0ae6dc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 13 May 2025 19:41:15 +0200 Subject: [PATCH] Without wheel, test_result_json_sequential fetches it from the internet [skip changelog] --- python-tox.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-tox.spec b/python-tox.spec index 573a503..d6d9854 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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