Unverified Commit 25702783 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #299853 from anthonyroussel/fix-gns3-server-build

gns3-server: pin pytest to pytest_7 to avoid test failures
parents 9ba5c067 a035bac0
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 = [