python3Packages.chalice: skip failing tests

https://github.com/aws/chalice/issues/1850
main
Robert Schütz 3 years ago
parent 28ce39388c
commit 2c843266c4
  1. 3
      pkgs/development/python-modules/chalice/default.nix

@ -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" ];

Loading…
Cancel
Save