aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-07 15:55:31 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-07 15:55:31 -0400
commitcbc554c3ff6dd567f2af8669db0105a562d96f95 (patch)
treec612955bae2f94ea31ba81d50e0b681c4bd61118 /setup.py
parent7a477d3769c4f201088d539713354fb90446af77 (diff)
parent78f6b5106a07129d9761658dc800ed2f391b86bd (diff)
downloadcryptography-cbc554c3ff6dd567f2af8669db0105a562d96f95.tar.gz
cryptography-cbc554c3ff6dd567f2af8669db0105a562d96f95.tar.bz2
cryptography-cbc554c3ff6dd567f2af8669db0105a562d96f95.zip
Merge pull request #2396 from reaperhulk/unpin-pytest
unpin pytest now that 2.8.2 is released
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 5db84773..7afa84c3 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ else:
# If you add a new dep here you probably need to add it in the tox.ini as well
test_requirements = [
- "pytest<2.8",
+ "pytest",
"pretend",
"iso8601",
"hypothesis",