Skip to content

Commit

Permalink
Fix tests and bump opentaskpy
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh committed Oct 12, 2023
1 parent a7a29e6 commit 99dd3f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
keywords = ["automation", "task", "framework", "aws", "s3", "ssm", "otf"]
dependencies = [
"boto3 >= 1.26",
"opentaskpy >= 0.13.0",
"opentaskpy >= 0.15.0",
]
description = "Addons for opentaskpy, giving it the ability to push/pull via AWS S3, and pull variables from AWS SSM Parameter Store."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_remotehandler_fargate_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from moto import mock_ecs
from opentaskpy.taskhandlers import execution

from opentaskpy.addons.aws.remotehandlers.ecs import FargateTaskExecution
from opentaskpy.addons.aws.remotehandlers.ecsfargate import FargateTaskExecution
from tests.fixtures.localstack import * # noqa: F403, F405
from tests.fixtures.moto import * # noqa: F403, F405

Expand Down

0 comments on commit 99dd3f8

Please sign in to comment.