jellyfin-mpv-shim: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-04 03:27:23 +01:00
parent 1abf8fae01
commit 899ab038d7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -53,6 +53,10 @@ buildPythonApplication rec {
pywebview
];
# no tests
doCheck = false;
pythonImportsCheck = [ "jellyfin_mpv_shim" ];
meta = with stdenv.lib; {
homepage = "https://github.com/iwalton3/jellyfin-mpv-shim";
description = "Allows casting of videos to MPV via the jellyfin mobile and web app";