-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
DEVINFRA-630: record "rerun" test results #86850
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add this file to the stronglist at the bottom of pyproject.toml and add types
json_tests: None | dict[str, object] = None | ||
|
||
def pytest_plugin_registered(self, plugin, manager): | ||
del manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't use pylint
I'll try. The types are entirely fucked I think :( Done. It wasn't as bad as expected :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure this still doesn't pass typing -- did you run mypy on this?
blocked by: getsentry/devinfra-metrics#77