python311Packages.chalice: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 21:14:38 +01:00
parent 0781e7f976
commit ccaa2b9ff3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 6 deletions

View File

@ -10,7 +10,7 @@
, mock
, mypy-extensions
, pip
, pytestCheckHook
, pytest7CheckHook
, pythonOlder
, pyyaml
, requests
@ -61,15 +61,11 @@ buildPythonPackage rec {
nativeCheckInputs = [
hypothesis
mock
pytestCheckHook
pytest7CheckHook
requests
websocket-client
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTestPaths = [
# Don't check the templates and the sample app
"chalice/templates"