python311Packages.quart: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:32:39 +01:00
parent d493ffff03
commit 064e5e034f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 7 deletions

View File

@ -26,7 +26,7 @@
, mock
, py
, pytest-asyncio
, pytestCheckHook
, pytest7CheckHook
}:
buildPythonPackage rec {
@ -76,12 +76,7 @@ buildPythonPackage rec {
mock
py
pytest-asyncio
pytestCheckHook
];
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
"-W" "ignore::pytest.PytestRemovedIn8Warning"
pytest7CheckHook
];
meta = with lib; {