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
The commit 584c2d1 for pipenv support breaks existing installs with the poetry package manager. This is in all similar to the bug described in peterjc/flake8-black#23, which is referenced from the pipenv issue listed on the commit.
As a workaround, one can do what's mentioned on peterjc/flake8-black#23 (comment), but it would be great if one can just install pytest-black as before the commit above.
The text was updated successfully, but these errors were encountered:
This is somewhat frustrating, it seems we can support either pipenv or poetry, but not both at the same time until black releases a non-prerelease version. I'm inclined to leave the versioning as-is and add the same workaround note to the README as in the linked flake8-black issue.
I'll try to get to this soon, but happy to accept a PR with the updates too.
The commit 584c2d1 for pipenv support breaks existing installs with the poetry package manager. This is in all similar to the bug described in peterjc/flake8-black#23, which is referenced from the pipenv issue listed on the commit.
As a workaround, one can do what's mentioned on peterjc/flake8-black#23 (comment), but it would be great if one can just install pytest-black as before the commit above.
The text was updated successfully, but these errors were encountered: