about summary refs log tree commit diff
path: root/pkgs/applications/video/jellyfin-mpv-shim
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-04 03:27:23 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-07 10:42:10 +0100
commit899ab038d773ccd13a2a84c82b91f64886a01c75 (patch)
tree54855cd670ba0bd4e72e029753ae8a696f8df6ec /pkgs/applications/video/jellyfin-mpv-shim
parent1abf8fae0118527087a828645c49606d4817e231 (diff)
jellyfin-mpv-shim: Disable tests
Diffstat (limited to 'pkgs/applications/video/jellyfin-mpv-shim')
-rw-r--r--pkgs/applications/video/jellyfin-mpv-shim/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/video/jellyfin-mpv-shim/default.nix b/pkgs/applications/video/jellyfin-mpv-shim/default.nix
index 825aac4dad290..475b04c58620a 100644
--- a/pkgs/applications/video/jellyfin-mpv-shim/default.nix
+++ b/pkgs/applications/video/jellyfin-mpv-shim/default.nix
@@ -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";