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

Failure of pip check #5

Closed
maresb opened this issue Mar 9, 2021 · 1 comment · Fixed by #4
Closed

Failure of pip check #5

maresb opened this issue Mar 9, 2021 · 1 comment · Fixed by #4

Comments

@maresb
Copy link
Contributor

maresb commented Mar 9, 2021

Installing this package causes pip check to fail. In turn, this causes pip check to fail on any package having this as a dependency.

The root of the problem is that path.py has been renamed to path, and thus the conda-forge package path.py is just a wrapper for the path package. Thus path.py is never installed, even though it's an explicit dependency.

In order to fix this issue, I created man-group/pytest-plugins#174, but in their CI it breaks Python 2 support.

@maresb
Copy link
Contributor Author

maresb commented Nov 19, 2021

This should be solved on the next release. See man-group/pytest-plugins#175

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

Successfully merging a pull request may close this issue.

1 participant