You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installing this package causes
pip check
to fail. In turn, this causespip check
to fail on any package having this as a dependency.The root of the problem is that
path.py
has been renamed topath
, and thus the conda-forge packagepath.py
is just a wrapper for thepath
package. Thuspath.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.
The text was updated successfully, but these errors were encountered: