jellyfin-mpv-shim: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-07 10:42:10 +01:00
parent 1abf8fae01
commit 899ab038d7
@@ -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";