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 broken build #61

Merged
merged 2 commits into from
Jan 8, 2020
Merged

Fix broken build #61

merged 2 commits into from
Jan 8, 2020

Conversation

macisamuele
Copy link
Contributor

The build of the package is broken because from April 16th, 2019 travis uses python 3.6 as default python version.
This causes:

  • python2.7 test failures because tests are actually executed on python3.6 (for which thread timeout does not look working properly)
  • python3.4 tests fails because the interpreter is not found

Fixing the travis configurations I've noticed that updates on twisted dependency made the latest versions not supporting python3.3 and python3.4.
In order to fix it I've updated the setup.py file in order to define a max twisted version for the specified versions.

NOTE: In a follow-up PR I'll try to address test failures on python3.5 and python3.6 by enabling the repo to test such versions

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.658% when pulling da34490 on macisamuele:maci-fix-build into 10ac95e on Yelp:master.

@macisamuele macisamuele merged commit c51e289 into Yelp:master Jan 8, 2020
@macisamuele macisamuele deleted the maci-fix-build branch January 8, 2020 13:06
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