We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a secureli maintainer, I would like the smoke tests to be passing
Right now, the tests are failing with a 'ModuleNotFoundError'
Instructions to reproduce:
test-pypi-macos
steps
Install seCureLI from Pypi
Scan repo with Pypi seCureLI package
cd: no such file or directory: pip
secureli init --yes
ModuleNotFoundError: No module named 'git'
Working Theory: gitPython is not being properly included in the list of dependencies and causing this error.
The text was updated successfully, but these errors were encountered:
rt-slalom
Successfully merging a pull request may close this issue.
As a secureli maintainer, I would like the smoke tests to be passing
Right now, the tests are failing with a 'ModuleNotFoundError'
Instructions to reproduce:
test-pypi-macos
->steps
->Install seCureLI from Pypi
andScan repo with Pypi seCureLI package
cd: no such file or directory: pip
secureli init --yes
ModuleNotFoundError: No module named 'git'
Working Theory: gitPython is not being properly included in the list of dependencies and causing this error.
The text was updated successfully, but these errors were encountered: