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

Refactor: unify package inspection logic #2301

Merged
merged 7 commits into from
Apr 25, 2020

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    d03ab3b View commit details
    Browse the repository at this point in the history
  2. tests: remove unused setup.py

    abn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    3b1c616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b90ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eff56df View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. unify package inspection logic

    This change brings together logic repeated in various places to
    discover package information.
    abn committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    7539a31 View commit details
    Browse the repository at this point in the history
  2. tox: use isolated builds

    abn committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    c61654b View commit details
    Browse the repository at this point in the history
  3. ci: use tox for cirrus builds

    Moving to tox to use isolated buids to avoid some environment specific
    dragons in relation to `poetry install` command. Today, the symlinks
    will cause issues when poetry attempts to add an editable install into
    the venv due to a pathlib2 bug.
    abn committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    079087e View commit details
    Browse the repository at this point in the history