mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
python311Packages.chalice: test with pytest 7
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user