Issue550 scenario example#553
Conversation
|
Thanks @kuzha. I'll double check the versions. But looks like in the unit tests we're getting an error: |
|
@dhblum I googled a bit about this error and had the same conclusion as you: the error comes with the openSSL version in Ubuntu 16. I changed the default Ubuntu version in .travis.yml to 18 just to give it a try to see if the test can pass. I have only installed Ubuntu 18 on my VM so I don't know if everything works on 20. I can give it a test locally first if you would like to update to 20. |
|
Some tests passed but some failed in CI.
Not sure what is the best way forward. @dhblum |
#550
@dhblum
I checked the travis documentation and my understanding is that the current stable python in travis is version 3.9. So I decided to stick to version 3.9.
In Python 3.9, I upgraded pip first and then upgraded the four packages numpy, pandas, matplotlib and requrests. Please double check if you get the same version as I modifed in travis.
Other changes are: