]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: allow pip to install packages system-wide
authorVincent Bernat <vincent@bernat.ch>
Tue, 15 Oct 2024 06:26:59 +0000 (08:26 +0200)
committerVincent Bernat <vincent@bernat.ch>
Tue, 15 Oct 2024 06:27:17 +0000 (08:27 +0200)
tests/ci/install.sh

index 7c614b23deb365b7cfb49c6ad32590b70ada4a09..3c15b70fc42c57d747cafa825158f4204bfa810b 100755 (executable)
@@ -43,6 +43,6 @@ EOS
             snmpd snmp \
             python3-pip python3-setuptools python3-wheel
         # For integration tests
-        sudo -H $(which python3) -m pip install -r tests/integration/requirements.txt
+        sudo -H $(which python3) -m pip install -r tests/integration/requirements.txt --break-system-packages
         ;;
 esac