-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fix sle15 literal import #2990
Fix sle15 literal import #2990
Conversation
aef9bca
to
ca606b7
Compare
ba72f62
to
0340bac
Compare
.github/workflows/ci-test.yml
Outdated
|
||
- name: FIXME, install missing dependencies | ||
run: | | ||
zypper -n in python3-requests python3-typing_extensions |
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.
The latter only on 15.5?
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.
requests is missing on both os versions
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2990 +/- ##
==========================================
+ Coverage 28.45% 28.48% +0.02%
==========================================
Files 85 85
Lines 14698 14714 +16
==========================================
+ Hits 4183 4191 +8
- Misses 10515 10523 +8
☔ View full report in Codecov by Sentry. |
20e5fd4
to
3b66b57
Compare
Co-authored-by: Fabian Vogt <[email protected]>
3b66b57
to
838b3e5
Compare
The test failure is a failure uploading to codecov. |
No description provided.