From 1e42228aacae389399ba7252d0f993028d906951 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 30 Sep 2024 16:19:56 +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 ff055e9..8cba76d 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 = ''