python311Packages.chalice: test with pytest 7

This commit is contained in:
Martin Weinelt
2024-03-27 18:35:11 +01:00
parent 0781e7f976
commit ccaa2b9ff3
@@ -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"