Loading pkgs/applications/misc/streamdeck-ui/default.nix +3 −7 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ python3Packages.buildPythonApplication rec { pname = "streamdeck-ui"; version = "3.0.1"; version = "3.1.0"; src = fetchFromGitHub { repo = "streamdeck-linux-gui"; owner = "streamdeck-linux-gui"; rev = "v${version}"; sha256 = "sha256-nLtWExxufxT5nRiEYLGNeMhFhvlGzYKA+crA74Yt4ck="; sha256 = "sha256-AIE9j022L4WSlHBAu3TT5uE4Ilgk/jYSmU03K8Hs8xY="; }; patches = [ Loading Loading @@ -87,14 +87,10 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ xvfb-run python3Packages.pytest python3Packages.hypothesis-auto ]; # Ignored tests are not in a running or passing state. # Revisit these ignored tests on each update. checkPhase = '' xvfb-run pytest tests \ --ignore=tests/test_api.py xvfb-run pytest tests ''; meta = with lib; { Loading Loading
pkgs/applications/misc/streamdeck-ui/default.nix +3 −7 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ python3Packages.buildPythonApplication rec { pname = "streamdeck-ui"; version = "3.0.1"; version = "3.1.0"; src = fetchFromGitHub { repo = "streamdeck-linux-gui"; owner = "streamdeck-linux-gui"; rev = "v${version}"; sha256 = "sha256-nLtWExxufxT5nRiEYLGNeMhFhvlGzYKA+crA74Yt4ck="; sha256 = "sha256-AIE9j022L4WSlHBAu3TT5uE4Ilgk/jYSmU03K8Hs8xY="; }; patches = [ Loading Loading @@ -87,14 +87,10 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ xvfb-run python3Packages.pytest python3Packages.hypothesis-auto ]; # Ignored tests are not in a running or passing state. # Revisit these ignored tests on each update. checkPhase = '' xvfb-run pytest tests \ --ignore=tests/test_api.py xvfb-run pytest tests ''; meta = with lib; { Loading