Unverified Commit 3170825f authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

python3Packages.trezor: relax click dependency (#476172)

parents 9b246cfa 8ce5edb6
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 = [