One single travis CI check failing to find module magic_typing

Hi everyone.

I am trying to get a certbot PR to pass the Travis checks. All tests pass but one, which I can’t seem to fix, where Python 2.7 fails to find the acme.magic_typing module (but it finds it in all other checks).

Does it ring any bells to anyone?

PR: https://github.com/certbot/certbot/pull/5956

Travis CI builds: https://travis-ci.org/certbot/certbot/builds/409052266?utm_source=github_status&utm_medium=notification

Answering to myself: on #freenode / #letsencrypt-dev, it was suggested to me that I bump the acme requirement in the plugin’s setup.py file to acme>=0.25.0and update local-oldest-requirements.txt to use acme[dev]==0.25.0. This did the trick.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.