Skip to content

Commit

Permalink
fixup! Update to Atoti Python API 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Feb 14, 2024
1 parent 8bdc96c commit 4f9e9fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: ./.github/actions/setup
- run: poetry check --lock
- run: poetry run ruff format --check
# - run: poetry run ruff check
# - run: poetry run mypy
- run: poetry run ruff check
- run: poetry run mypy
- run: poetry run pytest
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
__pycache__/
.docker/
content/
3 changes: 1 addition & 2 deletions tests/docker/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def poetry_executable_path_fixture() -> str:

@pytest.fixture(name="docker_image_name", scope="session")
def docker_image_name_fixture(
docker_executable_path: str,
project_name: str,
docker_executable_path: str, project_name: str
) -> Generator[str, None, None]:
tag = f"{project_name}:{uuid4()}"
build_image_output = run_command(
Expand Down

0 comments on commit 4f9e9fc

Please sign in to comment.