commit | 14a9ad4c35a625088339e2e142907243adfffa99 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 01 22:32:23 2016 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Jul 01 21:32:23 2016 -0500 |
tree | dfc82e02d475ab9e797664357a91f9cf386df741 | |
parent | fd2a9dfa1c3230de7c093f7eed79274c135617ba [diff] [blame] |
Mark the minimum pytest version in setup.py. (#3035) Fixes #3034
diff --git a/setup.py b/setup.py index 4b63250..3bacae7 100644 --- a/setup.py +++ b/setup.py
@@ -58,7 +58,7 @@ setup_requirements.append("cffi>=1.4.1") test_requirements = [ - "pytest", + "pytest>=2.9.0", "pretend", "iso8601", "pyasn1_modules",