Skip to content

Commit 138da90

Browse files
authored
workaround scapy bug in downstream tests (#8218) (#8228)
1 parent 69527bc commit 138da90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/downstream.d/scapy.sh

+2-1
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)