From 8aa9f15ad55f042ce494dbbe81a45a8534f3d235 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 16 Jan 2017 10:42:15 +0000 Subject: [PATCH] require pytest>=3.0 in setup.py's setup_requires and setup.cfg --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6d864421c..ab286c59c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ test = pytest license_file = LICENSE [tool:pytest] -minversion = 2.8 +minversion = 3.0 testpaths = Tests python_files = diff --git a/setup.py b/setup.py index c3a2a7f65..a219ea8ba 100755 --- a/setup.py +++ b/setup.py @@ -324,7 +324,7 @@ setup( data_files=find_data_files(), setup_requires=pytest_runner + wheel + bumpversion, tests_require=[ - 'pytest>=2.8', + 'pytest>=3.0', ], entry_points={ 'console_scripts': [