Closed balavigneshVMware closed 10 months ago
@balavigneshVMware Recommend doing the following in your git branch
This will install pre-commit hooks into .git/hooks which should ensure that no commit is successful until pre-commit has been successful.
Also there is are no tests excising your changes, presuming that current tests are insufficient to test your changes.
Tests can't be run in pipeline as we don't have config module uploaded to PyPi repo yet. Here are the tests run in local.
Here are examples for pulling in from GitHub that which would be finally loaded from PyPI
`
git+https://github.com/dmurphy18/bcrypt@fix_cffi_junos_bld#egg=bcrypt
git+https://github.com/dmurphy18/pynacl@fix_cffi_junos_bld#egg=pynacl
git+https://github.com/dmurphy18/cryptography@sign-conversion-2.6.1#egg=cryptography `
We had discussed how to do this, you should so you can adequately test your code.
LGTM