Skip to content

Commit

Permalink
Remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 29, 2023
1 parent 2b7bde4 commit 5d94507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ juju = "^3.2.2"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
boto3 = "^1.28.70"
tenacity = "^8.2.3"
ops = "^2.8.0"
pytest-mock = "^3.12.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
3 changes: 1 addition & 2 deletions tests/integration/ha_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from pytest_operator.plugin import OpsTest
from tenacity import Retrying, stop_after_attempt, wait_fixed

from tests.integration.new_relations.helpers import get_application_relation_data

from ...new_relations.helpers import get_application_relation_data
from ..helpers import (
APPLICATION_NAME,
DATABASE_APP_NAME,
Expand Down

0 comments on commit 5d94507

Please sign in to comment.