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

Remove duplicate arguments in the pip install command #627

Merged
merged 3 commits into from
Dec 10, 2021

Conversation

zanyou
Copy link
Contributor

@zanyou zanyou commented Nov 14, 2021

Pull Request (PR) description

${install_args} is duplicated in the arguments given to the pip install command to be executed.
The duplication does not cause anything bad, but I think it is better to remove it.

This Pull Request (PR) fixes the following issues

None

@zanyou zanyou force-pushed the fix-duplicated-args branch from c77c2ea to 2db549d Compare November 14, 2021 12:06
@kenyon
Copy link
Member

kenyon commented Nov 14, 2021

I think it would be good to add install_args to one of the tests.

@zanyou
Copy link
Contributor Author

zanyou commented Nov 16, 2021

@kenyon I've added a new test.

@bastelfreak bastelfreak added the bug Something isn't working label Dec 10, 2021
@bastelfreak bastelfreak merged commit 0c5e66c into voxpupuli:master Dec 10, 2021
@zanyou zanyou deleted the fix-duplicated-args branch March 14, 2022 08:40
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
None yet
Development

Successfully merging this pull request may close these issues.

3 participants