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
diff-cover depends on setuptools if you run on python < 3.8.
However, a install doesn't install setuptools and it's not listed in the lock file as a depdency of diff-cover
However, if using poetry 1.2.0b1, the following line will appear in the lock file setuptools = {version = ">=17.0.0", markers = "python_version < \"3.8\""}
I report this bug even if (maybe) fixed, since 1.1 doesn't include it
The text was updated successfully, but these errors were encountered:
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: Linux
Poetry version: 1.1.13
Issue
I have the following in my dependency list
diff-cover depends on setuptools if you run on python < 3.8.
However, a install doesn't install setuptools and it's not listed in the lock file as a depdency of diff-cover
However, if using poetry 1.2.0b1, the following line will appear in the lock file
setuptools = {version = ">=17.0.0", markers = "python_version < \"3.8\""}
I report this bug even if (maybe) fixed, since 1.1 doesn't include it
The text was updated successfully, but these errors were encountered: