Skip to content

Commit

Permalink
chore: Update manager version and format
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Sep 10, 2024
1 parent bdc0f02 commit 2eeeb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ PyYAML ==6.0.*
pyOpenSSL==24.2.1
kombu==5.4.0
pymongo==4.8.0
github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@1f310b22b99a94bd5429184191558426b014ee82
github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@feat-pydantic-v2
6 changes: 1 addition & 5 deletions tests/unit/test_lxd_runner_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
)
from errors import IssueMetricEventError, RunnerBinaryError
from runner import Runner, RunnerStatus
from runner_manager import (
BUILD_IMAGE_SCRIPT_FILENAME,
LXDRunnerManager,
LXDRunnerManagerConfig,
)
from runner_manager import BUILD_IMAGE_SCRIPT_FILENAME, LXDRunnerManager, LXDRunnerManagerConfig
from runner_type import RunnerNameByHealth
from tests.unit.mock import TEST_BINARY, MockLxdImageManager

Expand Down

0 comments on commit 2eeeb34

Please sign in to comment.