Skip to content

Commit 957507f

Browse files
authored
workaround scapy bug in downstream tests (#8218)
1 parent 50df392 commit 957507f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/downstream.d/scapy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ case "${1}" in
55
git clone --depth=1 https://github.com/secdev/scapy
66
cd scapy
77
git rev-parse HEAD
8-
pip install tox
8+
# Pin virtualenv until https://github.com/secdev/scapy/pull/3862 is merged
9+
pip install tox 'virtualenv<20.18'
910
;;
1011
run)
1112
cd scapy

0 commit comments

Comments
 (0)