python3Packages.chalice: skip failing tests

https://github.com/aws/chalice/issues/1850
This commit is contained in:
Robert Schütz
2021-12-09 16:47:18 -08:00
parent 28ce39388c
commit 2c843266c4
@@ -85,6 +85,9 @@ buildPythonPackage rec {
# Don't build
"test_can_generate_pipeline_for_all"
"test_build_wheel"
# https://github.com/aws/chalice/issues/1850
"test_resolve_endpoint"
"test_endpoint_from_arn"
];
pythonImportsCheck = [ "chalice" ];