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

gns3-server: pin pytest to pytest_7 to avoid test failures
This commit is contained in:
Aleksana 2024-04-05 19:47:33 +08:00 committed by GitHub
commit 25702783c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ python3.pkgs.buildPythonApplication {
checkInputs = with python3.pkgs; [
pytest-aiohttp
pytest-rerunfailures
pytestCheckHook
(pytestCheckHook.override { pytest = pytest_7; })
];
pytestFlagsArray = [