From eaf3f3ee017bef64e46ab5db8256a238da61f726 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 20 Dec 2024 13:59:22 +0800 Subject: [PATCH] flake: remove deprecated pytest-runner --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9d0c178..aea7872 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ propagatedBuildInputs = with pkgs.python3Packages; [ setuptools click numpy toolz jinja2 ramda artiqpkgs.migen artiqpkgs.misoc ]; - checkInputs = with pkgs.python3Packages; [ pytest-runner pytestCheckHook pytest-timeout ]; + checkInputs = with pkgs.python3Packages; [ pytestCheckHook pytest-timeout ]; # migen/misoc version checks are broken with pyproject for some reason postPatch = ''