python tests suite fails on windows #789
Labels
help wanted
Extra attention is needed
python
Pull requests that update Python package
testing
This issue is about improving testing
The tests suite at https://github.com/google/magika/blob/main/.github/workflows/python-test-suite.yml somehow fails when running it on windows.
Some of the failures are about mypy (rightfully) complaining about the signal module, but even when commenting that out, other issues pop out when running the tests. These include some misdetection-related checks, which is very weird as nothing should change depending on the operating system.
The text was updated successfully, but these errors were encountered: