From 90a7dc21a3041db00cce04937d1d3cc0eaba3dae Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Fri, 19 Apr 2019 13:45:10 -0400 Subject: [PATCH] Require recent pytest version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 20ab0ba265..1def3632ca 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ general_requirements = [ 'dpath == 1.4.0', 'enum34 >= 1.1.6', - 'pytest >= 4.0.0, < 5.0.0', # For openfisca test + 'pytest >= 4.4.1, < 5.0.0', # For openfisca test 'numpy >= 1.11, < 1.16', 'psutil == 5.4.6', 'PyYAML >= 3.10', @@ -29,7 +29,7 @@ 'flake8 >= 3.7.0, < 3.8.0', 'flake8-bugbear >= 19.3.0, < 20.0.0', 'flake8-print >= 3.1.0, < 4.0.0', - 'pytest-cov >= 2.0.0, < 3.0.0', + 'pytest-cov >= 2.6.1, < 3.0.0', 'openfisca-country-template >= 3.6.0rc0, < 4.0.0', 'openfisca-extension-template >= 1.2.0rc0, < 2.0.0' ] + api_requirements