-
Notifications
You must be signed in to change notification settings - Fork 562
tests: Move rq under toxgen #4818
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
Conversation
✅ All tests passed in 2555.23s |
For posterity, this is expected since rq was the last test suite in the Tasks group that was still using the old system ( |
Moved redis under toxgen, effectively moving the whole DBs group away from the old system. Ref #4506 - Please add tests to validate your changes, and lint your code using `tox -e linters`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
Description
Issues
Ref #4506
Reminders
tox -e linters
.feat:
,fix:
,ref:
,meta:
)