-
Notifications
You must be signed in to change notification settings - Fork 0
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
update python to 3.11.9 #148
Conversation
willkg
commented
Apr 8, 2024
- Update Python to 3.11.9
- Update fakesentry to Python 3.11.9 and switch to debian bullseye
- Fix interpreter in sentry-wrap.py
The CircleCI pipeline failed because it was still set up as a webhook. It's not required by branch protections. I removed the webhook, but the check status will be there until we update the PR. I'll do that next. |
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.
r+wc
bin/sentry-wrap.py
Outdated
|
||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
|
||
# Wraps a command such that if it fails, an error report is sent to the Sentry service | ||
# specified by SENTRY_DSN in the environment. | ||
# specified by ELIOT_SECRET_ELIOT_SECRET_SENTRY_DSN in the environment. |
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.
seems like a typo here:
# specified by ELIOT_SECRET_ELIOT_SECRET_SENTRY_DSN in the environment. | |
# specified by ELIOT_SECRET_SENTRY_DSN in the environment. |
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.
Boo search-and-replace!
Thank you! |