jellyfin-mpv-shim: Disable tests
This commit is contained in:
parent
1abf8fae01
commit
899ab038d7
@ -53,6 +53,10 @@ buildPythonApplication rec {
|
|||||||
pywebview
|
pywebview
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "jellyfin_mpv_shim" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/iwalton3/jellyfin-mpv-shim";
|
homepage = "https://github.com/iwalton3/jellyfin-mpv-shim";
|
||||||
description = "Allows casting of videos to MPV via the jellyfin mobile and web app";
|
description = "Allows casting of videos to MPV via the jellyfin mobile and web app";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user