From c2bafaeaaa7d2c4295adf7e8b9ddf4cb0190ed9e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 10 May 2020 09:30:37 +0200 Subject: [PATCH] python3Packages.pynacl: use hypothesis_4 --- pkgs/development/python-modules/pynacl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pynacl/default.nix b/pkgs/development/python-modules/pynacl/default.nix index be24815ba13e..78fe9672a8b4 100644 --- a/pkgs/development/python-modules/pynacl/default.nix +++ b/pkgs/development/python-modules/pynacl/default.nix @@ -5,7 +5,7 @@ , libsodium , cffi , six -, hypothesis +, hypothesis_4 }: buildPythonPackage rec { @@ -18,7 +18,7 @@ buildPythonPackage rec { sha256 = "0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c"; }; - checkInputs = [ pytest hypothesis ]; + checkInputs = [ pytest hypothesis_4 ]; buildInputs = [ libsodium ]; propagatedBuildInputs = [ cffi six ];