summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-08-10 22:29:58 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-10 21:29:58 -0500
commitc5b342f5da7729fb8a718a392908c28080351456 (patch)
tree394cdf9eb43eee5a6bb915a94d4f0b2369bfa4aa
parent221b750434656ce67386a561bc7cea5411fd492e (diff)
downloadpy-bcrypt-git-c5b342f5da7729fb8a718a392908c28080351456.tar.gz
bump pytest version (#120)
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 935ca01..2bbb432 100644
--- a/setup.py
+++ b/setup.py
@@ -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"},