picard: run tests

This commit is contained in:
Doron Behar 2024-08-16 18:52:30 +03:00
parent db8fd4c34f
commit 4303347354

View File

@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication rec {
nativeBuildInputs = [
gettext
qt5.wrapQtAppsHook
pythonPackages.pytestCheckHook
] ++ lib.optionals (pyqt5.multimediaEnabled) [
gst_all_1.gst-libav
gst_all_1.gst-plugins-base
@ -66,6 +67,7 @@ pythonPackages.buildPythonApplication rec {
preCheck = ''
export HOME=$(mktemp -d)
'';
doCheck = true;
# In order to spare double wrapping, we use:
preFixup = ''