aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-08-10 22:30:07 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-10 21:30:07 -0500
commitca941bd00baa598cb83d91a4e88b4bbcec0fc265 (patch)
treeb58a6ff5101239a884c63403129b0326fa2a8435 /setup.py
parentc1f8e460330b7ce83d4ea5a9b753a35321f0cf9e (diff)
downloadcryptography-ca941bd00baa598cb83d91a4e88b4bbcec0fc265.tar.gz
cryptography-ca941bd00baa598cb83d91a4e88b4bbcec0fc265.tar.bz2
cryptography-ca941bd00baa598cb83d91a4e88b4bbcec0fc265.zip
bump pytest version (#3860)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a003bc89..fbc7f22b 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ else:
setup_requirements.append("cffi>=1.7")
test_requirements = [
- "pytest>=2.9.0,!=3.2.0",
+ "pytest>=3.2.1",
"pretend",
"iso8601",
"pytz",