From 268c08d47e2ae16e91f851b0248b4ac636f2b243 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 13 Feb 2023 17:34:56 -0500 Subject: [PATCH] Revert "workaround scapy bug in downstream tests (#8218)" This reverts commit 957507ffe92c4ac87d21f44df4d5f4bf9b7aef98. --- .github/downstream.d/scapy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/downstream.d/scapy.sh b/.github/downstream.d/scapy.sh index 5ef3648ae2df..ac1b8f820016 100755 --- a/.github/downstream.d/scapy.sh +++ b/.github/downstream.d/scapy.sh @@ -5,8 +5,7 @@ case "${1}" in git clone --depth=1 https://github.com/secdev/scapy cd scapy git rev-parse HEAD - # Pin virtualenv until https://github.com/secdev/scapy/pull/3862 is merged - pip install tox 'virtualenv<20.18' + pip install tox ;; run) cd scapy