whipper: test with pytest

This commit is contained in:
Martin Weinelt 2024-07-30 02:06:53 +02:00
parent df74f34c6d
commit 471d153824
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,6 +21,7 @@ let
in python3.pkgs.buildPythonApplication rec {
pname = "whipper";
version = "0.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "whipper-team";
@ -38,14 +39,15 @@ in python3.pkgs.buildPythonApplication rec {
})
];
nativeBuildInputs = with python3.pkgs; [
nativeBuildInputs = [
installShellFiles
wrapGAppsNoGuiHook
gobject-introspection
];
setuptools-scm
build-system = with python3.pkgs; [
docutils
setuptoolsCheckHook
setuptools-scm
];
propagatedBuildInputs = with python3.pkgs; [
@ -63,6 +65,7 @@ in python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
twisted
pytestCheckHook
] ++ bins;
makeWrapperArgs = [