From 4baf5ef8d09aff99aa9f168f933a6a84b691fb30 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 10 May 2020 09:41:41 +0200 Subject: [PATCH] pythonPackages.pyrsistent: use hypothesis_4 --- pkgs/development/python-modules/pyrsistent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyrsistent/default.nix b/pkgs/development/python-modules/pyrsistent/default.nix index cfad1187dc6..da255645f44 100644 --- a/pkgs/development/python-modules/pyrsistent/default.nix +++ b/pkgs/development/python-modules/pyrsistent/default.nix @@ -3,7 +3,7 @@ , fetchPypi , six , pytest_4 -, hypothesis +, hypothesis_4 , pytestrunner }: @@ -18,7 +18,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ six ]; - checkInputs = [ pytestrunner pytest_4 hypothesis ]; + checkInputs = [ pytestrunner pytest_4 hypothesis_4 ]; postPatch = '' substituteInPlace setup.py --replace 'pytest<5' 'pytest'