diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-08-10 22:29:58 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-08-10 21:29:58 -0500 |
commit | c5b342f5da7729fb8a718a392908c28080351456 (patch) | |
tree | 394cdf9eb43eee5a6bb915a94d4f0b2369bfa4aa | |
parent | 221b750434656ce67386a561bc7cea5411fd492e (diff) | |
download | py-bcrypt-git-c5b342f5da7729fb8a718a392908c28080351456.tar.gz |
bump pytest version (#120)
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -206,11 +206,11 @@ setup( ], extras_require={ "tests": [ - "pytest!=3.2.0", + "pytest>=3.2.1", ], }, tests_require=[ - "pytest!=3.2.0", + "pytest>=3.2.1", ], package_dir={"": "src"}, |