Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 10, 2023
1 parent 3d60135 commit c8d96fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_autonomy/test_images/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
)
from autonomy.deploy.constants import DOCKERFILES

from tests.conftest import ROOT_DIR, get_package_hash_from_latest_tag, skip_docker_tests
from tests.conftest import ROOT_DIR, skip_docker_tests
from tests.test_autonomy.test_images.base import BaseImageBuildTest


AGENT = PackageId.from_uri_path("agent/valory/offend_slash/0.1.0")
TENDERMINT_IMAGE = f"{TENDERMINT_IMAGE_NAME}:{TENDERMINT_IMAGE_VERSION}"


# @skip_docker_tests
@skip_docker_tests
class TestOpenAutonomyBaseImage(BaseImageBuildTest):
"""Test image build and run."""

Expand Down

0 comments on commit c8d96fd

Please sign in to comment.