Skip to content

Commit

Permalink
chore(deps): update dependency ops to v2.17.0 (#72)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ops to v2.17.0

* unpin scenario

* ignore interface test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arturo Seijas <[email protected]>
  • Loading branch information
renovate[bot] and arturo-seijas authored Oct 7, 2024
1 parent 434d050 commit d4dff7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ops==2.16.1
ops==2.17.0
pydantic==2.9.2
3 changes: 3 additions & 0 deletions tests/interface/test_smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# See LICENSE file for licensing details.

"""SMTP interface tests."""
import pytest
from interface_tester import InterfaceTester


# https://github.com/canonical/pytest-interface-tester/issues/27
@pytest.mark.skip
def test_smtp_v0_interface(interface_tester: InterfaceTester):
"""Test smtp interface.
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ deps =
flake8-test-docs>=1.0
isort
mypy
ops-scenario>=6.1.6
ops-scenario
pep8-naming
pydocstyle>=2.10
pylint
pyproject-flake8<6.0.0
pytest
pytest-asyncio
pytest-interface-tester>=1.0.7
pytest-interface-tester
pytest-operator
requests
types-PyYAML
Expand Down Expand Up @@ -103,8 +103,8 @@ commands =
description = Run unit tests
deps =
pytest
ops-scenario==6.1.6
pytest-interface-tester==1.0.7
ops-scenario
pytest-interface-tester
commands =
pytest -v --tb native {[vars]tst_path}/interface --log-cli-level=INFO -s {posargs}

Expand Down

0 comments on commit d4dff7a

Please sign in to comment.