Unverified Commit a035bac0 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

gns3-server: pin pytest to pytest_7 to avoid test failures

Fixes #299447
parent 4cabba34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ python3.pkgs.buildPythonApplication {
  checkInputs = with python3.pkgs; [
    pytest-aiohttp
    pytest-rerunfailures
    pytestCheckHook
    (pytestCheckHook.override { pytest = pytest_7; })
  ];

  pytestFlagsArray = [