mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
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:
commit
25702783c0
@ -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 New Issue
Block a user