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

Fix make tag workflow #224

Closed
jamescooke opened this issue Jul 16, 2023 · 1 comment
Closed

Fix make tag workflow #224

jamescooke opened this issue Jul 16, 2023 · 1 comment
Assignees

Comments

@jamescooke
Copy link
Owner

Current behaviour

make tag fails in default dev environment on py310 as a result of not having asttokens installed:

git tag -a $(python -c 'from src.flake8_aaa.__about__ import __version__; print("v{}".format(__version__))')
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/james/active/flake8-aaa/src/flake8_aaa/__init__.py", line 1, in <module>
    from .checker import Checker
  File "/home/james/active/flake8-aaa/src/flake8_aaa/checker.py", line 5, in <module>
    import asttokens
ModuleNotFoundError: No module named 'asttokens'

Expected behaviour

Fix make tag so the release process is easy again.

@jamescooke jamescooke self-assigned this Nov 3, 2023
@jamescooke
Copy link
Owner Author

Fixed in #233

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