ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

pin Travis-CI image #89

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

Using option 1 from https://github.com/ODM2/ODM2PythonAPI/issues/88 to "fix" Travis-CI for now and assess the real failures.

ocefpaf commented 7 years ago

We went from

The following packages have unmet dependencies:
 mysql-client : Depends: mysql-client-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt-get.diagnostics
apt-get install failed

to

E   ImportError: No module named ODM1_1_1.models

Now we need to fix the real error here :smile:

emiliom commented 7 years ago

@ocefpaf, you still want us to merge, right?

E ImportError: No module named ODM1_1_1.models

You're saying that this can be addressed in a separate PR? FYI, ODM1_1_1 was removed a few months ago.

ocefpaf commented 7 years ago

You're saying that this can be addressed in a separate PR?

Sure. I don't have a strong preference here.

FYI, ODM1_1_1 was removed a few months ago.

Thanks. That is the information I needed. (I just found the commit that removed that too.)

I will adapt the test accordingly in another PR.