Remove hypothesis-pytest dependency

According to https://pypi.org/project/hypothesis-pytest
hypothesis-pytest is deprecated and its functionality is included in
hypothesis.
This commit is contained in:
Jake Waksbaum 2019-01-18 16:43:07 +00:00 committed by jab
parent 0a468172b8
commit 638babdde5
1 changed files with 0 additions and 1 deletions

View File

@ -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',