-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
factory: merge legacy dependencies and groups #305
Conversation
This change ensures that existence of legacy "dev-dependency" section does not break when "dev" group is added for new dependencies.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* factory: merge legacy dependencies and groups This change ensures that existence of legacy "dev-dependency" section does not break when "dev" group is added for new dependencies. * package: remove redundant filtering * fix typing for `ProjectPackage.python_versions`
This commit seems to have broken Poetry’s |
This does not relate to the breakage. The tests downstream introduced a case we were previously not testing for. The breakage is related to package similarity check changes. There already is a fix for this on Poetry. |
I believe you that the real bug is elsewhere. But it isn’t fixed as of now. What I’m saying is that
|
It's kind of related. This PR influences the order of dependencies that are returned by |
* factory: merge legacy dependencies and groups This change ensures that existence of legacy "dev-dependency" section does not break when "dev" group is added for new dependencies. * package: remove redundant filtering * fix typing for `ProjectPackage.python_versions`
* factory: merge legacy dependencies and groups This change ensures that existence of legacy "dev-dependency" section does not break when "dev" group is added for new dependencies. * package: remove redundant filtering * fix typing for `ProjectPackage.python_versions`
* factory: merge legacy dependencies and groups This change ensures that existence of legacy "dev-dependency" section does not break when "dev" group is added for new dependencies. * package: remove redundant filtering * fix typing for `ProjectPackage.python_versions`
This change ensures that existence of legacy "dev-dependency" section does not break when "dev" group is added for new dependencies.