gns3-server: pin pytest to pytest_7 to avoid test failures
Fixes #299447
This commit is contained in:
parent
4cabba34a3
commit
a035bac0aa
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ python3.pkgs.buildPythonApplication {
|
|||
checkInputs = with python3.pkgs; [
|
||||
pytest-aiohttp
|
||||
pytest-rerunfailures
|
||||
pytestCheckHook
|
||||
(pytestCheckHook.override { pytest = pytest_7; })
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
|
|
Loading…
Reference in a new issue