fix: resolve CI/CD failures - package discovery and linting
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
@@ -54,7 +53,6 @@ class TestPatternMatcher:
|
|||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
def setup(self, tmp_path, sample_docker_yaml):
|
def setup(self, tmp_path, sample_docker_yaml):
|
||||||
from shell_speak.config import ensure_data_dir
|
|
||||||
from shell_speak.library import get_loader
|
from shell_speak.library import get_loader
|
||||||
|
|
||||||
docker_file = tmp_path / "docker.yaml"
|
docker_file = tmp_path / "docker.yaml"
|
||||||
|
|||||||
Reference in New Issue
Block a user