-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
chore: add release to pip requirements #17752
Conversation
9645f88
to
cc03ab4
Compare
c584e12
to
5f9f0b1
Compare
d50e5af
to
7e397ae
Compare
Codecov Report
@@ Coverage Diff @@
## 1.4 #17752 +/- ##
==========================================
+ Coverage 76.92% 82.01% +5.08%
==========================================
Files 1030 359 -671
Lines 55185 28968 -26217
Branches 7497 0 -7497
==========================================
- Hits 42452 23758 -18694
+ Misses 12476 5210 -7266
+ Partials 257 0 -257
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -27,7 +27,7 @@ repos: | |||
rev: v0.910 | |||
hooks: | |||
- id: mypy | |||
additional_dependencies: [types-all] | |||
additional_dependencies: [types-all, types-redis] |
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.
Thank you! ❤️
8e3da00
to
cbd819a
Compare
* add requests to pip requirements * fix tests * add redis typing for mypy * fix test
SUMMARY
1.4 builds were breaking because the package "requests" wasn't found. We call the package in `superset/utils/webdriver.py' so it makes sense that we are explicitly requiring the package.
I also fixed up some tests that weren't passing due to merge conflicts.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION