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

View File

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