Skip to content

feature request: add CONCIERGE_EXTRA_PIPS to concierge #67

@taurus-forever

Description

@taurus-forever

Hi,

Data team uses CONCIERGE_EXTRA_ variables for CI tests:

    environment:
      CONCIERGE_EXTRA_SNAPS: charmcraft
      CONCIERGE_EXTRA_DEBS: pipx

The pipx is being used to install tox, poetry, charmcraftcache (manually: #1, #2).
It would be great to introduce CONCIERGE_EXTRA_PIPS to simply do:

    environment:
      CONCIERGE_EXTRA_SNAPS: charmcraft
      CONCIERGE_EXTRA_DEBS: pipx
      CONCIERGE_EXTRA_PIPS: tox poetry charmcraftcache

Tnx!

P.S. can of worms: how to guaranty pipx installation before tox?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions