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

tests failing in travis #11

Open
jasonventresca opened this issue Sep 4, 2019 · 3 comments
Open

tests failing in travis #11

jasonventresca opened this issue Sep 4, 2019 · 3 comments

Comments

@jasonventresca
Copy link

Hi there,

I noticed the tests are failing "build error" in Travis. I'm interested in the health of this project and would be happy to try resolving this issue. @ErDmKo can you please point me in the right direction?

image

Thank you,
Jason

@ErDmKo
Copy link
Owner

ErDmKo commented Sep 15, 2019

Hi thanks for interest in project
Now i think there is problem in travis CI side
Error looks like - "Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+"
Maybe it caused by old SSL stack on build machine

@ErDmKo
Copy link
Owner

ErDmKo commented Sep 15, 2019

Here is a screenshot
image

@ErDmKo
Copy link
Owner

ErDmKo commented Sep 15, 2019

I just run this again and its ok
7960bbf
But it is not ok because it blocks to use new tornado versions.
I tried (4083089) to force tornado version only for 2 python and it makes pass tests for 2 but it still broken for 3.
And it means we need some code to support broken changes in new versions tornado:
image

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

No branches or pull requests

2 participants