python3Packages.sentry-sdk: fix broken test

main
Gabriel Ebner 3 years ago
parent 19675641b0
commit 23c513e90d
  1. 2
      pkgs/development/python-modules/sentry-sdk/default.nix

@ -121,6 +121,8 @@ buildPythonPackage rec {
"tests/integrations/celery/"
# pytest-chalice is not available in nixpkgs yet
"tests/integrations/chalice/"
# broken since rq-1.10.1: https://github.com/getsentry/sentry-python/issues/1274
"tests/integrations/rq/"
];
pythonImportsCheck = [

Loading…
Cancel
Save