-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update juju controller for cos integration tests
- Loading branch information
1 parent
b8cc2ba
commit 01b68a5
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jinja2 | ||
juju~=3.1.0 # must be compatible with the juju CLI version installed by CI | ||
juju~=3.5.0 # must be compatible with the juju CLI version installed by CI - see .github/workflows/cos_integration.yaml | ||
pytest | ||
pytest-operator | ||
prometheus-client | ||
pyinstaller # required to bundle export_mock_metrics script to send it to hw-oberver unit | ||
tenacity | ||
tenacity |