From a035bac0aa7b870d138cfd4070dd174d754e4942 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Thu, 28 Mar 2024 23:05:00 +0100 Subject: [PATCH] gns3-server: pin pytest to pytest_7 to avoid test failures Fixes #299447 --- pkgs/applications/networking/gns3/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix index ae792037e453..f9939000f744 100644 --- a/pkgs/applications/networking/gns3/server.nix +++ b/pkgs/applications/networking/gns3/server.nix @@ -66,7 +66,7 @@ python3.pkgs.buildPythonApplication { checkInputs = with python3.pkgs; [ pytest-aiohttp pytest-rerunfailures - pytestCheckHook + (pytestCheckHook.override { pytest = pytest_7; }) ]; pytestFlagsArray = [