exa-analytics / exa

The exa framework for data management, processing, and visualization
https://exa-analytics.github.io/exa
Apache License 2.0
2 stars 10 forks source link

travis-ci conda py3.5 build times out #194

Closed avmarchenko closed 4 years ago

avmarchenko commented 4 years ago

Describe the bug On travis-ci, the python 3.5 (anaconda distribution) builds fail. They fail due to timeout (10 minutes) because the conda install command doesn't produce any output. This occurs while conda is attempting to find a set of versions for dependencies to be installed that are compatible with one-another.

To Reproduce See build log

Expected behavior Build should pass (as for 3.6, 3.7, etc).

Screenshots See build logs

Desktop (please complete the following information):

avmarchenko commented 4 years ago

As pointed out by @tjduigna , exa uses f-strings which are py36+ only. I think we should drop support for python 3.5 rather than refactor existing code.