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

Configure Travis tests for Python versions #456

Merged
merged 5 commits into from
Oct 3, 2018

Conversation

naoyak
Copy link
Collaborator

@naoyak naoyak commented Sep 27, 2018

Description of changeset:
Travis scripts were not actually using the Python versions specified in the build matrix (conda was installing 3.7 for the Python 3 build).

Test Plan:
Run CI

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj

@naoyak naoyak changed the title config Flask SERVER_NAME to get rid of UserWarning config Flask SERVER_NAME for testing to get rid of UserWarning Sep 27, 2018
@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@naoyak naoyak changed the title config Flask SERVER_NAME for testing to get rid of UserWarning Configure Travis tests for Python versions Sep 27, 2018
@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@@ -3,7 +3,7 @@
# This file is only needed for setting up a dedicated server configuration
# with support for extracting username information and emailing users.

SERVER_NAME = 'localhost'
SERVER_NAME = 'localhost.localdomain'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this change? I think this will lead to platform specific behaviour, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@matthewwardrop so I noticed that the test runs have a bunch of Flask warnings, and this makes them go away. This config is only for running the test suite, right?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@naoyak Yep... I was worried it might break Windows... but it didn't! Merging!

appveyor.yml Outdated Show resolved Hide resolved
@AppVeyorBot
Copy link

@matthewwardrop matthewwardrop merged commit 8570b8e into airbnb:master Oct 3, 2018
@naoyak naoyak deleted the kill-flask-warning branch October 3, 2018 21:08
tanuj208 pushed a commit to ElucidataInc/knowledge-repo that referenced this pull request Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants