-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump juju, ops versions in ci and requirements files
Bumping juju and ops packages to use them in newer versions of the charms, plus testing them in a CI with a more recent juju version. Part of canonical/bundle-kubeflow#859
- Loading branch information
Showing
5 changed files
with
88 additions
and
48 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
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,22 +1,9 @@ | ||
# Copyright 2023 Canonical Ltd. | ||
# Copyright 2024 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
# Please note this file introduces dependencies from the charm's requirements.in, | ||
# special attention must be taken when updating this or the other .in file to try | ||
# to avoid incompatibilities. | ||
# Rules for editing this file: | ||
# * Removing a dependency that is no longer used in the unit test file(s) | ||
# is allowed, and should not represent any risk. | ||
# * Adding a dependency in this file means the dependency is directly used | ||
# in the unit test files(s). | ||
# * ALL python packages/libs used directly in the unit test file(s) must be | ||
# listed here even if requirements.in is already adding them. This will | ||
# add clarity to the dependency list. | ||
# * Pinning a version of a python package/lib shared with requirements.in | ||
# must not introduce any incompatibilities. | ||
coverage | ||
ops | ||
pytest | ||
pytest-mock | ||
pytest-lazy-fixture | ||
pyyaml | ||
-r requirements.in | ||
-r requirements.txt |
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