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

Fixes #299447
This commit is contained in:
Anthony Roussel 2024-03-28 23:05:00 +01:00
parent 4cabba34a3
commit a035bac0aa
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

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