Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

light-the-torch version 0.4.0 incompatibility #17

Open
danodonovan opened this issue Jun 15, 2022 · 0 comments
Open

light-the-torch version 0.4.0 incompatibility #17

danodonovan opened this issue Jun 15, 2022 · 0 comments

Comments

@danodonovan
Copy link

The latest light-the-torch package has refactored some internal APIs and tox-ltt now fails with the following error

 File ".tox/.tox/lib/python3.7/site-packages/tox_ltt/plugin.py", line 11, in <module>
    from light_the_torch.cli import make_ltt_parser
ModuleNotFoundError: No module named 'light_the_torch.cli'

Unless we pin light-the-torch (in tox.ini)

requires =
    tox-ltt
    light-the-torch<0.4.0

I hope to submit a patch for this soon :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant