Skip to content

Commit

Permalink
Drop unnecessary logs for integration tests
Browse files Browse the repository at this point in the history
The hints, how to create custom cachi2 image, are already well described
inside CONTRIBUTING.md document [1].

---
[1]: https://github.com/containerbuildsystem/cachi2/blob/main/CONTRIBUTING.md#running-integration-tests

Signed-off-by: Michal Šoltis <[email protected]>
  • Loading branch information
slimreaper35 committed Dec 11, 2024
1 parent 4aeaa3d commit 078f0b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def cachi2_image() -> utils.Cachi2Image:
if not cachi2_image_ref:
cachi2_image_ref = "localhost/cachi2:latest"
log.info("Building local cachi2:latest image")
log.info("To skip this step, pass a CACHI2_IMAGE=<image-ref> environment variable, e.g.:")
log.info(" CACHI2_IMAGE=localhost/cachi2:latest tox -e integration")
# <arbitrary_path>/cachi2/tests/integration/conftest.py
# [2] <- [1] <- [0] <- parents
cachi2_repo_root = Path(__file__).parents[2]
Expand Down

0 comments on commit 078f0b8

Please sign in to comment.