-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing tests #1398
Comments
I noticed a requirement of an older version of werkzeug. When using, the tests mostly pass. |
Where is this requirement? I'm not doing any patching of the requirement version constraints. |
Here sentry-python/test-requirements.txt Line 5 in 1878f9b
|
Ahhh, I see... that's why it wasn't enforced automatically. Ok good catch! |
Hello! So you ran the tests with a newer Werkzeug (version 2.1.0) and the tests failed. So the test suite is working because the Werkzeug version is pinned in the PS: The test suite is currently not in the best shape and we (Sentry) know this. But we plan to improve it a lot. |
Thanks for the update @antonpirker! And for your generous offer of stickers! I'll take a stab with an older werkzeug. |
@antonpirker thanks 😄 |
ok, last update: I am unsure of the impact of the SDK changes in |
How do you use Sentry?
Self-hosted/on-premise
Version
1.5.10
Steps to Reproduce
Full error log available here: https://gist.github.com/samuela/0c1701f2169c2e7b9c48822be8947865.
I'm using the following versions
As an alternative to checking out these exact versions manually, you can reproduce by cloning NixOS/nixpkgs@bf4f857, and running
nix-build -A python3Packages.sentry-sdk
.Expected Result
The test suite to pass.
Actual Result
39 test failures.
The text was updated successfully, but these errors were encountered: