Skip to content

Conversation

@AyanSinhaMahapatra
Copy link
Member

@AyanSinhaMahapatra AyanSinhaMahapatra commented Mar 9, 2022

Do not raise exceptions and fail in package instance creation
if there is name/type/version mismatch between detected
package_data. Adds test to verify.

Signed-off-by: Ayan Sinha Mahapatra ayansmahapatra@gmail.com

Fixes #2886

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑 and links the original issue above 🔗
  • Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
    Run tests locally to check for errors.
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁

Do not raise exceptions and fail in package instance creation
if there is name/type/version mismatch between detected
package_data. Adds test to verify.

Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
@JonoYang
Copy link
Member

JonoYang commented Mar 9, 2022

@AyanSinhaMahapatra

LGTM! I've tested this out on a scan of setuptools-58.2.0 and I do not get any errors. I was getting errors when scanning this package before these changes. I will merge this in when all the CI tests pass.

Thank you!

@JonoYang JonoYang merged commit 7462158 into develop Mar 9, 2022
@JonoYang JonoYang deleted the fix-2886-packages branch March 9, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not raise exception on name/type mismatch for package instance creation

4 participants