Skip to content

Commit

Permalink
Remove leftover image-buid-args from integration tests (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas authored Nov 11, 2024
1 parent bf83e41 commit 92c65b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ on:
Each mapping will be injected into the matrix section of the integration-test.
type: string
default: "{}"
image-build-args:
description: |
List of build args to pass to the build image job
type: string
default: ""
juju-channel:
description: Actions operator juju channel as per https://github.com/charmed-kubernetes/actions-operator#usage
type: string
Expand Down
2 changes: 2 additions & 0 deletions tests/workflows/integration/test-upload-charm/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ deps =
pytest-asyncio
# Type error problem with newer version of macaroonbakery
macaroonbakery==1.3.2
websockets<14.0 # https://github.com/juju/python-libjuju/issues/1184
-r{toxinidir}/requirements.txt
commands =
pytest -v --tb native --ignore={[vars]tst_path}unit --log-cli-level=INFO -s {posargs}
Expand All @@ -123,6 +124,7 @@ deps =
pytest-asyncio
# Type error problem with newer version of macaroonbakery
macaroonbakery==1.3.2
websockets<14.0 # https://github.com/juju/python-libjuju/issues/1184
-r{toxinidir}/requirements.txt
commands =
pytest -v --tb native --ignore={[vars]tst_path}unit --log-cli-level=INFO -s {posargs}

0 comments on commit 92c65b3

Please sign in to comment.