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
#606 is a pull request that was closed. #2073 isn't even about dev-dependencies. Still closing this since #606 mentions that it's not possible to solve.
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name:
Ubuntu 20.04 LTS
Poetry version:
1.0.5
Link of a Gist with the contents of your pyproject.toml file: pyproject.toml
Issue
Expected Result
poetry install -E "docs tests build_tools"
will installextras
defined indev-dependencies
Actual Result
poetry install -E "docs tests build_tools"
does not install any of thedev-dependencies
.The text was updated successfully, but these errors were encountered: