Skip to content
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

build: Add python 3.8 to the build matrix #9827

Merged
merged 1 commit into from
May 17, 2020
Merged

Conversation

etr2460
Copy link
Member

@etr2460 etr2460 commented May 17, 2020

SUMMARY

Upgrades some deps to support 3.6 through 3.8 and removes a deprecated function.

Note that this does not guarantee support for all db engines, only support for postgres

TEST PLAN

CI

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

to: @john-bodley @craig-rueda @villebro @bkyryliuk

@codecov-io
Copy link

codecov-io commented May 17, 2020

Codecov Report

Merging #9827 into master will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9827      +/-   ##
==========================================
+ Coverage   70.88%   71.02%   +0.13%     
==========================================
  Files         585      585              
  Lines       30432    30615     +183     
  Branches     3152     3152              
==========================================
+ Hits        21571    21743     +172     
- Misses       8749     8760      +11     
  Partials      112      112              
Flag Coverage Δ
#cypress 53.58% <ø> (-0.07%) ⬇️
#javascript 59.25% <ø> (ø)
#python 71.27% <ø> (+0.24%) ⬆️
Impacted Files Coverage Δ
...rontend/src/SqlLab/components/QueryAutoRefresh.jsx 65.90% <0.00%> (-6.82%) ⬇️
superset/errors.py 100.00% <0.00%> (ø)
superset/viz_sip38.py 0.00% <0.00%> (ø)
superset/exceptions.py 100.00% <0.00%> (ø)
superset/sql_parse.py 99.29% <0.00%> (+<0.01%) ⬆️
superset/utils/core.py 88.95% <0.00%> (+0.01%) ⬆️
superset/connectors/sqla/models.py 88.60% <0.00%> (+0.03%) ⬆️
superset/app.py 81.35% <0.00%> (+0.07%) ⬆️
superset/connectors/druid/models.py 82.67% <0.00%> (+0.08%) ⬆️
superset/models/dashboard.py 88.49% <0.00%> (+0.10%) ⬆️
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53b58ed...637db79. Read the comment docs.

@etr2460 etr2460 force-pushed the etr2460--test-3.8 branch from a7bae0a to 55e2a7a Compare May 17, 2020 19:48
@etr2460 etr2460 force-pushed the etr2460--test-3.8 branch from 55e2a7a to 0fa6184 Compare May 17, 2020 19:56
@@ -1150,7 +1150,7 @@ def test_feature_flag_serialization(self):
{"FOO": lambda x: 1, "super": "set"},
default=utils.pessimistic_json_iso_dttm_ser,
)
html = cgi.escape(encoded).replace("'", "&#39;").replace('"', "&#34;")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@etr2460 etr2460 force-pushed the etr2460--test-3.8 branch from 0fa6184 to ddf61f9 Compare May 17, 2020 20:02
@john-bodley john-bodley changed the title build: Add python 3.8 to the build matrix chore(mypy): Add python 3.8 to the build matrix May 17, 2020
@john-bodley john-bodley changed the title chore(mypy): Add python 3.8 to the build matrix build: Add python 3.8 to the build matrix May 17, 2020
@etr2460 etr2460 force-pushed the etr2460--test-3.8 branch from ddf61f9 to 637db79 Compare May 17, 2020 20:20
@etr2460 etr2460 marked this pull request as ready for review May 17, 2020 20:29
@etr2460 etr2460 merged commit c7c76c6 into master May 17, 2020
@etr2460 etr2460 deleted the etr2460--test-3.8 branch July 1, 2020 15:14
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.37.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/S 🚢 0.37.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants