Skip to content

Commit

Permalink
workaround scapy bug in downstream tests (pyca#8218)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 7, 2023
1 parent 69527bc commit 2d1ef5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/downstream.d/scapy.sh
Expand Up @@ -5,7 +5,8 @@ case "${1}" in
git clone --depth=1 https://github.com/secdev/scapy
cd scapy
git rev-parse HEAD
pip install tox
# Pin virtualenv until https://github.com/secdev/scapy/pull/3862 is merged
pip install tox 'virtualenv<20.18'
;;
run)
cd scapy
Expand Down

0 comments on commit 2d1ef5d

Please sign in to comment.