guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
814 stars 92 forks source link

Some tests are failing in guessit 3.4.3 #724

Closed jorti closed 1 year ago

jorti commented 2 years ago

I'm building guessit version 3.4.3 to package it in Fedora and some tests are failing. Please, see the tests log:

https://gist.github.com/jorti/4f4a98c35af98164a8c490d6eeef842f

grawlinson commented 1 year ago

I can confirm this is occurring on Arch Linux with the exact 5 failures.

I ended up just removing the failing tests downstream.

jorti commented 1 year ago

Tests are still failing in 3.5.0

Toilal commented 1 year ago

It seems Arch Linux has issue with "mimetype": "video/x-matroska", i'll just remove those checks from failing tests. As the mimetype starts with x-, it's not a standard one and should not be asserted is tests.