Closed ocefpaf closed 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:
@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.
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.
Using option 1 from https://github.com/ODM2/ODM2PythonAPI/issues/88 to "fix" Travis-CI for now and assess the real failures.