Revert "workaround scapy bug in downstream tests (#8218)" (#8282)

This reverts commit 957507ffe9.
This commit is contained in:
Alex Gaynor 2023-02-13 17:46:01 -05:00 committed by GitHub
parent af68e9d216
commit a69f6da9cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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