Skip to content

fix: guard huffman import in test_preprocessing#103

Open
bugparty wants to merge 1 commit into
ddbourgin:masterfrom
bugparty:worktree-agent-a5eb3493a404a351e
Open

fix: guard huffman import in test_preprocessing#103
bugparty wants to merge 1 commit into
ddbourgin:masterfrom
bugparty:worktree-agent-a5eb3493a404a351e

Conversation

@bugparty
Copy link
Copy Markdown

Summary

  • Replaced top-level import huffman with huffman = pytest.importorskip("huffman") inside test_huffman, so the test file can be collected even when the huffman package is not installed
  • Added import pytest (needed for importorskip)

Test plan

  • Verified file syntax is valid
  • Verified no top-level import huffman remains
  • Verified pytest.importorskip("huffman") is present in test_huffman
  • Full test suite run blocked by pre-existing Python 3.13 incompatibility (collections.Hashable removal, unrelated to this change)

🤖 Generated with Claude Code

…out it

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant