simplify handling of extras#104
simplify handling of extras#104radoering merged 1 commit intopython-poetry:mainfrom dimbleby:clean-up
Conversation
|
I'd like to bring this in, but it's failing mypy -- PTAL. |
|
poetry types are already changed upstream to match this, but until a new version is released, mypy will fail here |
|
Rebased on top of core 1.3. |
|
Kudos, SonarCloud Quality Gate passed!
|
|
Wow, there's some fascinating failures happening -- back to you @dimbleby 😆 |
|
the reason for the failure is that in poetry 1.2.2 extra_package_names = get_extra_package_names()
for package in packages:
if package in extra_package_names:
...consumes the iterable as it goes and you might or might not be lucky when checking the second and subsequent packages. On master, Could patch this now with an explicit |
|
rebased on #167 which I expect should allow the CI to pass |
it's never None, or True, or False: it's just a (possibly-empty) collection of strings
|
Kudos, SonarCloud Quality Gate passed!
|








extras in this plug-in are never None, or True, or False: just a (possibly-empty) collection of strings