From a354377da9d0dc3cda630ba272e453e13ba7aa66 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 5 Feb 2025 21:44:27 -0800 Subject: [PATCH] Add scapy to tox.ini Signed-off-by: Alex Forencich --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3441dba..78173d2 100644 --- a/tox.ini +++ b/tox.ini @@ -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}