Skip to content

Commit

Permalink
Merge remote-tracking branch 'richtja/selftests_pip_runner'
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jan 22, 2025
2 parents 6fe4b72 + 0f37310 commit 670b97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selftests/functional/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def test_full_log(self):
)
def test_store_logging_stream_external(self):
"""
:avocado: dependency={"type": "ansible-module", "uri": "pip", "name": "matplotlib"}
:avocado: dependency={"type": "pip", "action": "install", "name": "matplotlib"}
"""

def check_matplotlib_logs(file_path):
Expand Down Expand Up @@ -933,7 +933,7 @@ def check_matplotlib_logs(file_path):
)
def test_show_external_log(self):
"""
:avocado: dependency={"type": "ansible-module", "uri": "pip", "name": "matplotlib"}
:avocado: dependency={"type": "pip", "action": "install", "name": "matplotlib"}
"""
cmd = (
f"{AVOCADO} --show=matplotlib run --job-results-dir {self.tmpdir.name} "
Expand Down

0 comments on commit 670b97d

Please sign in to comment.