Skip to content
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

Fix cases where poetry should fall back to pep517 metadata parsing #2957

Merged
merged 5 commits into from
Sep 27, 2020

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    0fca7d1 View commit details
    Browse the repository at this point in the history
  2. new (test.utils.test_setup_reader): test if ParseVersionError is thro…

    …wn when reading version from setup.cfg that uses `attr:`
    finswimmer committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    31ccaa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. change (inspection.info): raise PackageInfoError when name or `vers…

    …ion` could not be determined from setup files
    finswimmer committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    5dc4f49 View commit details
    Browse the repository at this point in the history
  2. change (inspection.info): fall back to PEP517 if one of name, version…

    …, requires_dist could not be determined from setup files
    finswimmer committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    75e0f93 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. new (test.inspection.test_info): test to check if pep517 build is tri…

    …ggered if mandatory metadata cannot be read from setup-py/setup.cfg
    finswimmer committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    00f98b9 View commit details
    Browse the repository at this point in the history