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

Bug: Investigate ModuleNotFoundError #526

Closed
rt-slalom opened this issue Apr 19, 2024 · 0 comments · Fixed by #530
Closed

Bug: Investigate ModuleNotFoundError #526

rt-slalom opened this issue Apr 19, 2024 · 0 comments · Fixed by #530
Assignees
Labels
bug Something isn't working

Comments

@rt-slalom
Copy link
Contributor

rt-slalom commented Apr 19, 2024

As a secureli maintainer, I would like the smoke tests to be passing

Right now, the tests are failing with a 'ModuleNotFoundError'
Image

Instructions to reproduce:

  • create a clean virtual env
  • follow steps in smoke_testing.yml under test-pypi-macos -> steps -> Install seCureLI from Pypi and Scan repo with Pypi seCureLI package
  • expect error on cd pip: cd: no such file or directory: pip
  • continue on to secureli init --yes
  • expect error: ModuleNotFoundError: No module named 'git'

Working Theory: gitPython is not being properly included in the list of dependencies and causing this error.

@rt-slalom rt-slalom self-assigned this Apr 19, 2024
@rt-slalom rt-slalom added the bug Something isn't working label Apr 19, 2024
@rt-slalom rt-slalom linked a pull request Apr 23, 2024 that will close this issue
8 tasks
@rt-slalom rt-slalom removed a link to a pull request Apr 23, 2024
8 tasks
@rt-slalom rt-slalom linked a pull request Apr 23, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant