Loading pkgs/development/python-modules/orange-canvas-core/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ # tests qt5, pyqt5, pytest-qt, pytestCheckHook, Loading Loading @@ -77,6 +78,7 @@ buildPythonPackage rec { ''; nativeCheckInputs = [ pyqt5 pytest-qt pytestCheckHook ]; Loading pkgs/development/python-modules/qasync/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pyqt5, pyqt6, pytestCheckHook, uv-build, }: Loading @@ -27,9 +27,10 @@ buildPythonPackage rec { build-system = [ uv-build ]; dependencies = [ pyqt5 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pyqt6 ]; pythonImportsCheck = [ "qasync" ]; Loading Loading
pkgs/development/python-modules/orange-canvas-core/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ # tests qt5, pyqt5, pytest-qt, pytestCheckHook, Loading Loading @@ -77,6 +78,7 @@ buildPythonPackage rec { ''; nativeCheckInputs = [ pyqt5 pytest-qt pytestCheckHook ]; Loading
pkgs/development/python-modules/qasync/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pyqt5, pyqt6, pytestCheckHook, uv-build, }: Loading @@ -27,9 +27,10 @@ buildPythonPackage rec { build-system = [ uv-build ]; dependencies = [ pyqt5 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pyqt6 ]; pythonImportsCheck = [ "qasync" ]; Loading