aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-07 06:30:50 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-07 07:30:50 -0400
commitf564b7e4cfc7a449a0bbf1a53fa20767a8b92bce (patch)
treee6be01d1f274685f81c58f321364125980b15db3 /Jenkinsfile
parent3ba1d8a9a51a3e770318069230932d0a7c9dd2d8 (diff)
downloadcryptography-f564b7e4cfc7a449a0bbf1a53fa20767a8b92bce.tar.gz
cryptography-f564b7e4cfc7a449a0bbf1a53fa20767a8b92bce.tar.bz2
cryptography-f564b7e4cfc7a449a0bbf1a53fa20767a8b92bce.zip
we added flaky to the pyopenssl test deps... (#3759)
* we added flaky to the pyopenssl test deps... * we can just use the test extra now
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index fab5de7d..3492b54b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -104,8 +104,7 @@ def downstreams = [
virtualenv .venv
source .venv/bin/activate
pip install ../cryptography
- pip install -e .
- pip install pytest pretend
+ pip install -e .[test]
pytest tests
"""
],