python3Packages.subliminal: mark as not broken (#353672)

This commit is contained in:
André Silva 2024-11-10 18:06:48 +00:00 committed by GitHub
commit 3024a68076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,10 +84,5 @@ buildPythonPackage rec {
changelog = "https://github.com/Diaoul/subliminal/blob/${version}/HISTORY.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ doronbehar ];
# Too many tests fail ever since a certain python-updates merge, see:
# https://github.com/Diaoul/subliminal/issues/1062 . Disabling tests
# alltogether may produce a not completly failing executable, but that
# executable apparently isn't able to download subtitles at all.
broken = true;
};
}