Unverified Commit dd3c7547 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.chalice: relax pip constraint

parent 31e093d3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ buildPythonPackage rec {
    six
  ];

  pythonRelaxDeps = [ "pip" ];

  nativeCheckInputs = [
    hypothesis
    pytestCheckHook