From 138da90c8450446b19619e3faa77b9da54c34be3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 7 Feb 2023 09:16:59 -0500 Subject: [PATCH] workaround scapy bug in downstream tests (#8218) (#8228) --- .github/downstream.d/scapy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/downstream.d/scapy.sh b/.github/downstream.d/scapy.sh index ac1b8f820016..5ef3648ae2df 100755 --- a/.github/downstream.d/scapy.sh +++ b/.github/downstream.d/scapy.sh @@ -5,7 +5,8 @@ case "${1}" in git clone --depth=1 https://github.com/secdev/scapy cd scapy git rev-parse HEAD - pip install tox + # Pin virtualenv until https://github.com/secdev/scapy/pull/3862 is merged + pip install tox 'virtualenv<20.18' ;; run) cd scapy