-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update requirement input files to match new charm requirements
- Loading branch information
Showing
5 changed files
with
183 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,6 @@ | ||
# Copyright 2023 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Copyright 2023 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
|
||
oci-image | ||
# Pinning charmed-kubeflow-chisme will avoid pip-compile to resolve | ||
# conflicts by using an older version of this package. | ||
# Version >=0.2.0 contains the base charm code that's needed. | ||
charmed-kubeflow-chisme>=0.2.0 | ||
lightkube | ||
ops | ||
serialized-data-interface |
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