Skip to content

Commit

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

0 comments on commit 268c08d

Please sign in to comment.