Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Jan 10, 2025
1 parent 8188681 commit ce6e543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
# - run: poetry run ruff format --check
# - run: poetry run ruff check
# - run: poetry run pyright --warnings
- run: apt-get install -y image-magick
- run: poetry run pytest
# - run: poetry run coverage xml
- uses: coverallsapp/github-action@v2
Expand Down
2 changes: 0 additions & 2 deletions test/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ def touch_art(item: Item, image_path: Path):
tmp_embedded_image = tmp_path / "embedded_image.png"
tmp_embedded_image.write_bytes(mediafile.art) # pyright: ignore
art_resizer = ArtResizer()
print(art_resizer.local_method)
print(art_resizer.get_size(bytes(tmp_embedded_image)))
(width, height) = art_resizer.get_size(bytes(tmp_embedded_image)) # pyright: ignore
assert width == 1
assert height < 3
Expand Down

0 comments on commit ce6e543

Please sign in to comment.