You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/08/10 04:00:23 UTC

[GitHub] [incubator-superset] villebro opened a new pull request #8021: [WIP] Add PyPI installation test to CI

villebro opened a new pull request #8021: [WIP] Add PyPI installation test to CI
URL: https://github.com/apache/incubator-superset/pull/8021
 
 
   ### CATEGORY
   
   Choose one
   
   - [ ] Bug Fix
   - [ ] Enhancement (new features, refinement)
   - [ ] Refactor
   - [x] Add tests
   - [x] Build / Development Environment
   - [ ] Documentation
   
   ### SUMMARY
   When installing Superset via PyPI, `pip` will pull in the most recent dependencies based on restrictions in `setup.py`. When a regression is introduced (or deprecated feature is removed) in a more recent version than specified in `requirements.txt`, this often causes problems for end users. Some examples that come to mind: `pandas==0.24.0` (private method renamed/made public), `gunicorn==19.9.0` (regression from `19.8`). This test aims to make sure that a `pip` convenience release of Superset works properly.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TEST PLAN
   <!--- What steps should be taken to verify the changes -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] 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
   
   ### REVIEWERS
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org