Unverified Commit 8ce5edb6 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

python3Packages.trezor: relax click dependency

parent 3afc0274
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [