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

Fix Travis build errors #328

Merged
merged 6 commits into from
Feb 17, 2020
Merged

Fix Travis build errors #328

merged 6 commits into from
Feb 17, 2020

Conversation

waltjones
Copy link
Contributor

@waltjones waltjones commented Feb 13, 2020

Werkzeug (1.0) and mock (4.0) are recently released major version releases that caused a variety of travis issues. Also, python 3.3 needs to run on trusty now, which required a few setup changes.

  • Ubuntu Xenial can't find Python 3.3 any longer. Try using Trusty.
  • Some 3.x versions don't work well with mock, so use unittest.mock.
  • Implicit conversion using dict() changes behavior in python >= 3.6.
  • Ensure tested setuptools version. (Trusty doesn't have setuptools by default, and latest setuptools (45.x) produces errors that need to be addressed.)
  • Python 3.3 needs a compatible werkzeug version (0.14.1).

@waltjones waltjones changed the title Specify travis dists Fix Travis build errors Feb 16, 2020
@waltjones waltjones force-pushed the wj-specify-travis-dists branch from f285164 to 84e01db Compare February 16, 2020 20:47
@waltjones waltjones force-pushed the wj-specify-travis-dists branch from 93508c9 to 1744175 Compare February 16, 2020 22:11
@waltjones waltjones merged commit 88403a1 into master Feb 17, 2020
@bxsx bxsx deleted the wj-specify-travis-dists branch November 15, 2021 17:18
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.

1 participant