Skip to content

Commit

Permalink
fix: pin macaroonbakery version (#1090)
Browse files Browse the repository at this point in the history
This addresses go-macaroon-bakery/py-macaroon-bakery#94

Also comment out mysql charm tests as they're broken at the moment
  • Loading branch information
benhoyt authored Dec 12, 2023
1 parent cb64665 commit 09b2d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
charm-repo:
- "canonical/postgresql-operator"
- "canonical/postgresql-k8s-operator"
- "canonical/mysql-operator"
- "canonical/mysql-k8s-operator"
# TODO: uncomment once secrets issues are fixed in these charms (eg: https://github.com/canonical/mysql-operator/issues/367)
# - "canonical/mysql-operator"
# - "canonical/mysql-k8s-operator"

steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ pytest-operator~=0.23
coverage[toml]~=7.0
typing_extensions~=4.2

macaroonbakery != 1.3.3 # TODO: remove once this is fixed: https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94

-r requirements.txt

0 comments on commit 09b2d8f

Please sign in to comment.