mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #150020 from gebner/sentrysdktestfix
python3Packages.sentry-sdk: fix broken test
This commit is contained in:
commit
3bf4231836
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue