update to pytest 4.1 and pytest-benchmark 3.2.0 which now supports it

This commit is contained in:
jab 2019-01-08 03:24:13 +00:00
parent 2e4a9be91c
commit 40378027bb
1 changed files with 2 additions and 5 deletions

View File

@ -55,11 +55,8 @@ TEST_REQS = [
'hypothesis < 4',
'hypothesis-pytest < 1',
'py < 2',
# pytest-benchmark not yet compatible with pytest 4.1
# so pin to pytest < 4.1 pending https://github.com/ionelmc/pytest-benchmark/issues/124
#'pytest < 5',
'pytest < 4.1',
'pytest-benchmark < 4',
'pytest < 5',
'pytest-benchmark >= 3.2.0, < 4',
'sortedcollections < 2',
'sortedcontainers < 3',
# pytest's doctest support doesn't support Sphinx extensions