Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use poetry to manage the virtualenv in debian packages #12449

Merged
merged 7 commits into from
Apr 14, 2022

Commits on Apr 12, 2022

  1. Use poetry to build venv in debian packages

    Co-authored-by: Dan Callahan <[email protected]>
    Co-authored-by: Shay <[email protected]>
    3 people committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ca17814 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    111e28f View commit details
    Browse the repository at this point in the history
  3. Only pull in from requirements.txt

    Addresses the same problem as #12439.
    David Robertson committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    fd7b3b3 View commit details
    Browse the repository at this point in the history
  4. Include test and all extras

    `poetry export` helpfully silently ignores an unknown extra
    
    Haven't seen this before because it's the only place we export `all` and
    `test`. I could have __sworm__ that the syntax `--extra "all test"`
    worked for `poetry install`...
    David Robertson committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1a4c535 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into dmr/poetry-debian

    David Robertson committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d3bf317 View commit details
    Browse the repository at this point in the history
  6. Clean up requirements file on subsequence builds

    David Robertson committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a6e7e3b View commit details
    Browse the repository at this point in the history
  7. Fix shell syntax

    David Robertson committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    dad4104 View commit details
    Browse the repository at this point in the history