From fd68c13be38b1b2ff1893605c427d9a87b55c22b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 23 Jun 2022 22:18:10 +0100 Subject: [PATCH] Disable wxWebRequest tests in FreeBSD CI due to pip problems The situation with Python under FreeBSD is pretty weird, with system Python being 3.7, but pip only available as py38-pip package and, unsurprisingly, not working with python3. This could probably be resolved somehow, but for now I just don't have enough energy to fight with Python again, so simply don't use it. --- .cirrus.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index db76d51a18..8f08e7a5ec 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -44,12 +44,8 @@ task: make -k -C tests $wxBUILD_ARGS test_script: | - pkg install -q -y py38-pip py38-setuptools - - . ./build/tools/httpbin.sh - httpbin_launch cd tests - ./test + WX_TEST_WEBREQUEST_URL="0" ./test build_samples_script: | make -k -C samples $wxBUILD_ARGS