Loading pkgs/development/python-modules/trezor/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,9 @@ buildPythonPackage rec { ] ++ lib.optionals stdenv.hostPlatform.isLinux [ trezor-udev-rules ]; # fix "click<8.2,>=7 not satisfied by version 8.3.1" pythonRelaxDeps = [ "click" ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ Loading Loading
pkgs/development/python-modules/trezor/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,9 @@ buildPythonPackage rec { ] ++ lib.optionals stdenv.hostPlatform.isLinux [ trezor-udev-rules ]; # fix "click<8.2,>=7 not satisfied by version 8.3.1" pythonRelaxDeps = [ "click" ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ Loading