Skip to content

Commit

Permalink
Merge pull request #652 from freyes/pin-libjuju
Browse files Browse the repository at this point in the history
Pin python-libjuju<3.0.0
  • Loading branch information
ajkavanagh authored Mar 21, 2024
2 parents d8abd21 + da0fb4c commit 4089cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
juju_channel:
- 2.9/stable
- 3.1/stable
# - 3.1/stable
# - 3.2/stable
# - 3.3/stable
bundle:
Expand All @@ -46,9 +46,9 @@ jobs:
- juju_channel: 2.9/stable
snap_install_flags: "--classic"
pip_constraints: constraints-juju29.txt
- juju_channel: 3.1/stable
snap_install_flags: ""
pip_constraints: constraints-juju31.txt
# - juju_channel: 3.1/stable
# snap_install_flags: ""
# pip_constraints: constraints-juju31.txt
# NOTE(freyes): disabled until "RuntimeError: set_wakeup_fd only works
# in main thread of the main interpreter" gets fixed.
# https://pastebin.ubuntu.com/p/GfYKgpx3SP/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94
'macaroonbakery != 1.3.3',
'juju',
'juju<3.0.0',
]

tests_require = [
Expand Down

0 comments on commit 4089cc3

Please sign in to comment.