Skip to content

Commit

Permalink
Require recent pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Apr 19, 2019
1 parent 74796c4 commit 90a7dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 90a7dc2

Please sign in to comment.