apache / openwhisk-runtime-python

Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
https://openwhisk.apache.org/
Apache License 2.0
51 stars 70 forks source link

Resolve akka versions explicitly. #109

Closed Luke-Roy-IBM closed 3 years ago

Luke-Roy-IBM commented 3 years ago
sciabarracom commented 3 years ago

the failure appear to be unrelated to the version and more related to virtual envs - I am facing the same problem with python39 support

Luke-Roy-IBM commented 3 years ago

@sciabarracom Thanks for the hint.

sciabarracom commented 3 years ago

I included your PR in my python39 support - the tests are failing for an unrelated reason looks like the useragent python module for the tests disappeared, replaced with an updated version

sciabarracom commented 3 years ago

you can close this pr as is included in python39 support