-
Notifications
You must be signed in to change notification settings - Fork 356
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
test: fix logging test typehint syntax error for py38 #9142
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9142 +/- ##
==========================================
- Coverage 46.94% 46.20% -0.75%
==========================================
Files 755 1175 +420
Lines 104809 145341 +40532
Branches 2414 2414
==========================================
+ Hits 49201 67149 +17948
- Misses 55399 77983 +22584
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
lgtm assuming tests pass
github outage?
|
please merge with this title if you can: Merge attempt failed |
this is a test only change but I marked it to be cherry picked because I assume it'd affect the release branch tests |
(cherry picked from commit 3f7a396)
Ticket
Description
py 3.8 is not happy with re.Pattern[str]
Test Plan
intentional failures https://app.circleci.com/pipelines/github/determined-ai/determined/53837/workflows/64c6bb5a-d27e-44ec-9846-58f58754474e
Checklist
docs/release-notes/
.See Release Note for details.