Merge pull request #271932 from doronbehar/pkg/subliminal-tests

python310Packages.subliminal: mark as broken
This commit is contained in:
Doron Behar 2023-12-05 11:14:37 +00:00 committed by GitHub
commit 60e4f68d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,11 @@ buildPythonPackage rec {
homepage = "https://github.com/Diaoul/subliminal";
changelog = "https://github.com/Diaoul/subliminal/blob/${version}/HISTORY.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with 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;
};
}