ahupp / python-magic

A python wrapper for libmagic
Other
2.59k stars 280 forks source link

Re-enable two Linux tests #327

Closed cclauss closed 3 months ago

cclauss commented 3 months ago

Fixes #321

@ddelange Your review, please.

ddelange commented 3 months ago

libmagic1 is already the newest version (1:5.41-3ubuntu0.1).

I think you'll need 5.44 or newer. At least with 5.45 it's passing: https://github.com/ddelange/python-magic/actions/runs/9189333058/job/25271162839#step:4:13

To install latest libmagic from source, I'm adding add_libmagic.sh in #294.

cclauss commented 3 months ago

Closing in favor of #294 which fixes these tests.