-
Notifications
You must be signed in to change notification settings - Fork 1.3k
install: verify no hooks colliding with dvc exist #2505
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
Conversation
tests/func/test_install.py
Outdated
|
|
||
| assert main(["install"]) != 0 | ||
|
|
||
| @pytest.mark.skip(reason="https://github.com/iterative/dvc/issues/2362") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover from WIP? These tests should be removed now, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, to be honest looking at #2362 I though that this change is first step to handle hooks more gracefully. I though that we might want to get back to this tests at some point, and thats why I thought leaving them around might be a good think. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pared No need to keep unused code, we can bring this back later if we need to without any problems.
Co-Authored-By: Ruslan Kuprieiev <kupruser@gmail.com>
efiop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Have you followed the guidelines in our
Contributing document?
Does your PR affect documented changes or does it add new functionality
that should be documented? If yes, have you created a PR for
dvc.org documenting it or at
least opened an issue for it? If so, please add a link to it.
Fixes #2362