summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-28 23:05:00 +0100
committerAnthony Roussel <anthony@roussel.dev>2024-03-28 23:05:00 +0100
commita035bac0aa7b870d138cfd4070dd174d754e4942 (patch)
treeb753c9ede5aece414a7545fe48d4a2c318922e66 /pkgs/applications/networking/gns3
parent4cabba34a34ad591d28bb110dfb5499d92781437 (diff)
gns3-server: pin pytest to pytest_7 to avoid test failures
Fixes #299447
Diffstat (limited to 'pkgs/applications/networking/gns3')
-rw-r--r--pkgs/applications/networking/gns3/server.nix2
1 files changed, 1 insertions, 1 deletions
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 = [