Add scapy to tox.ini

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-02-05 21:44:27 -08:00
parent 584f2a6542
commit a354377da9

View File

@@ -17,6 +17,7 @@ deps =
cocotbext-eth == 0.1.22
cocotbext-pcie == 0.2.14
cocotbext-uart == 0.1.2
scapy == 2.6.1
commands =
pytest {posargs:-n auto --verbose}