mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 23:53:26 +00:00
python311Packages.chalice: test with pytest 7
This commit is contained in:
parent
0781e7f976
commit
ccaa2b9ff3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user