We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69527bc commit 138da90Copy full SHA for 138da90
.github/downstream.d/scapy.sh
@@ -5,7 +5,8 @@ case "${1}" in
5
git clone --depth=1 https://github.com/secdev/scapy
6
cd scapy
7
git rev-parse HEAD
8
- pip install tox
+ # Pin virtualenv until https://github.com/secdev/scapy/pull/3862 is merged
9
+ pip install tox 'virtualenv<20.18'
10
;;
11
run)
12
0 commit comments