mirror of https://github.com/jab/bidict.git
update to pytest 4.1 and pytest-benchmark 3.2.0 which now supports it
This commit is contained in:
parent
2e4a9be91c
commit
40378027bb
7
setup.py
7
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
|
||||
|
|
Loading…
Reference in New Issue