From 40378027bbcaa78c2786a85cd0246f9e8e080453 Mon Sep 17 00:00:00 2001 From: jab Date: Tue, 8 Jan 2019 03:24:13 +0000 Subject: [PATCH] update to pytest 4.1 and pytest-benchmark 3.2.0 which now supports it --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e797acb..54445ea 100644 --- a/setup.py +++ b/setup.py @@ -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