Merge pull request #150020 from gebner/sentrysdktestfix

python3Packages.sentry-sdk: fix broken test
This commit is contained in:
Fabian Affolter 2021-12-10 10:53:07 +01:00 committed by GitHub
commit 3bf4231836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [