-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fixes #2465 - Upgrades Flask to 1.0.2 #2485
Conversation
Travis tests have failedHey @karlcow, 1st Buildnosetests
npm run test:js -- --reporters="runner" --firefoxBinary=`which firefox`
|
huh travis what did you find? 😄 |
Working for me locally. |
That's better. Next will be #2463 once this one is merged. |
Yeah, seems like Travis just fails to start tests half the time... annoying. #2375 |
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.
Looking thru http://flask.pocoo.org/docs/1.0/upgrading/, I don't see anything to worry about here.
Thanks!
This PR fixes issue #2465
Proposed PR background
This upgrades to the first stable release of Flask.
It is a step that will help us improve logging and the switch to python3
Functional tests and unit tests are passing.
r? @miketaylr