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

Pre-push hook prevents from pushing to fork of DGP repository. #104

Closed
nehalmamgain opened this issue Aug 1, 2022 · 3 comments
Closed

Comments

@nehalmamgain
Copy link
Contributor

The pre-push hook prevents from pushing to fork of DGP repository with the following error message.

Here, the virtual environment was created and activated by following this doc.

(dev) nehal@device:~/dgp$ git push nehaldgp feat/nehal/point-line-polygon-3d-proto
************* Module .pylintrc
.pylintrc:1: [E0015(unrecognized-option), ] Unrecognized option found: accept-no-param-doc, accept-no-return-doc, accept-no-yields-doc
Aborting push due to files with lint.
error: failed to push some refs to 'git@github.com:nehalmamgain/dgp.git'
@nehalmamgain
Copy link
Contributor Author

Also make test fails with the following message

pytest -v /home/nehal/dgp/tests/
/bin/sh: 1: pytest: not found
make: *** [Makefile:72: test] Error 127

pytest should also be added to the installation instructions for the virtual environment.

@nehalmamgain
Copy link
Contributor Author

Pre-push issue solved by #109.
Make test issue remains. Will open a PR for that.

@nehalmamgain
Copy link
Contributor Author

Virtual environment fixed by #110.

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