aboutsummaryrefslogtreecommitdiffstats
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-19 13:19:43 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-19 13:19:43 -0400
commit959403b6df03ff5beb4cb12015f29c6c3e9a02e0 (patch)
treef021254f2d3de6c8f269e6d9352cd4d8eceb2609 /dev-requirements.txt
parent336aca34f271fabf9defbaf087d24f0d2ded75af (diff)
downloadcryptography-959403b6df03ff5beb4cb12015f29c6c3e9a02e0.tar.gz
cryptography-959403b6df03ff5beb4cb12015f29c6c3e9a02e0.tar.bz2
cryptography-959403b6df03ff5beb4cb12015f29c6c3e9a02e0.zip
Pin pytest to <2.8, there's a bug with deprecation warnings
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 092b9914..440d3b0f 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -5,7 +5,7 @@ invoke
iso8601
pep8-naming
pretend
-pytest
+pytest<2.8
requests
sphinx
sphinx_rtd_theme