python3Packages.sentry-sdk: disable web test

main
Jonathan Ringer 2 years ago committed by Jonathan Ringer
parent 8344f4bd8e
commit da815397a7
  1. 2
      pkgs/development/python-modules/sentry-sdk/default.nix

@ -109,6 +109,8 @@ buildPythonPackage rec {
"test_circular_references"
# Failing wsgi test
"test_session_mode_defaults_to_request_mode_in_wsgi_handler"
# Network requests to public web
"test_crumb_capture"
];
disabledTestPaths = [

Loading…
Cancel
Save