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.
This commit is contained in:
Vadim Zeitlin 2022-06-23 22:18:10 +01:00
parent 1e98f517b0
commit fd68c13be3

View file

@ -44,12 +44,8 @@ task:
make -k -C tests $wxBUILD_ARGS make -k -C tests $wxBUILD_ARGS
test_script: | test_script: |
pkg install -q -y py38-pip py38-setuptools
. ./build/tools/httpbin.sh
httpbin_launch
cd tests cd tests
./test WX_TEST_WEBREQUEST_URL="0" ./test
build_samples_script: | build_samples_script: |
make -k -C samples $wxBUILD_ARGS make -k -C samples $wxBUILD_ARGS