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
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: MacOS 12.3
Poetry version: 1.1.13
Link of a Gist with the contents of your pyproject.toml file: here
Issue
When I use 'poetry show mypy --no-dev' it outputs all the dependencies. I took a look at the code, at it seems it is about to be deprecated but the --without dev also does not work.
The text was updated successfully, but these errors were encountered:
--without will be introduced in poetry 1.2.0 and is not yet available in 1.1.x. You can try 1.2.0b1 if you like. (But you should keep in mind that there are still some improvements and bugfixes on the way. See #5338)
-vvv
option).Issue
When I use 'poetry show mypy --no-dev' it outputs all the dependencies. I took a look at the code, at it seems it is about to be deprecated but the
--without dev
also does not work.The text was updated successfully, but these errors were encountered: