From 638babdde573b79eb88db3c21a12e434834cd419 Mon Sep 17 00:00:00 2001 From: Jake Waksbaum Date: Fri, 18 Jan 2019 16:43:07 +0000 Subject: [PATCH] Remove hypothesis-pytest dependency According to https://pypi.org/project/hypothesis-pytest hypothesis-pytest is deprecated and its functionality is included in hypothesis. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 54445ea..4543714 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ DOCS_REQS = [SPHINX_REQ] TEST_REQS = [ 'hypothesis < 4', - 'hypothesis-pytest < 1', 'py < 2', 'pytest < 5', 'pytest-benchmark >= 3.2.0, < 4',