From 63be59a677ee604c5aec6af34930b64dac014bba Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 2 Jun 2021 08:09:54 +0800 Subject: [PATCH] migen-axi: fix test dependencies --- artiq-fast/pkgs/python-deps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index c556764..c0d511b 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -256,7 +256,7 @@ rec { ''; - checkInputs = [ python3Packages.pytest python3Packages.pytest-flake8 ]; + checkInputs = [ python3Packages.pytest python3Packages.pytest-timeout python3Packages.pytest-flake8 ]; checkPhase = "pytest"; preBuild = ''