mozilla-platform-ops / monopacker

builds taskcluster worker images for AWS and GCP using packer
Mozilla Public License 2.0
6 stars 9 forks source link

switch to Poetry #107

Closed aerickson closed 1 year ago

aerickson commented 1 year ago

Move dependency and setup to Poetry (from setup.py and requirements.txt).

petemoore commented 1 year ago

@aerickson Many thanks for the PR! Is this still meant to be in draft, or is it ready for review now?

aerickson commented 1 year ago

@aerickson Many thanks for the PR! Is this still meant to be in draft, or is it ready for review now?

I'd still like to change the .taskcluster.yml file to use Poetry. I will try to work on it soon.

aerickson commented 1 year ago

@petemoore How can we get the tests to be red when they fail? 67a459e and 01016d5 should both be failures.

aerickson commented 1 year ago

@petemoore How can we get the tests to be red when they fail? 67a459e and 01016d5 should both be failures.

Figured it out. The script wasn't running with -e. Fixed.