diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-07 06:30:50 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-07 07:30:50 -0400 |
commit | f564b7e4cfc7a449a0bbf1a53fa20767a8b92bce (patch) | |
tree | e6be01d1f274685f81c58f321364125980b15db3 | |
parent | 3ba1d8a9a51a3e770318069230932d0a7c9dd2d8 (diff) | |
download | cryptography-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
-rw-r--r-- | Jenkinsfile | 3 |
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 """ ], |