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 PEP-517 issues for projects using build scripts #12

Merged
merged 4 commits into from
Apr 12, 2020

Commits on Apr 9, 2020

  1. Add a setup file context manager in sdist builder

    A temporary setup file is required for various scenarios
    at the moment. This change introduces a context manager
    such that generates a temporary setup.py file and handles
    cleanup on exiting the context.
    abn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    de04020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d92c4 View commit details
    Browse the repository at this point in the history
  3. Remove tests from sdist

    Adding tests causes ci issues with the current preview release of
    poetry. For the interim, removing this until core release is
    stabilised.
    
    Related-to: python-poetry/poetry#2283
    abn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    a3a83cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad97e25 View commit details
    Browse the repository at this point in the history