We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50df392 commit 957507fCopy full SHA for 957507f
1 file changed
.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