commit | f564b7e4cfc7a449a0bbf1a53fa20767a8b92bce | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Jul 07 06:30:50 2017 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 07 07:30:50 2017 -0400 |
tree | e6be01d1f274685f81c58f321364125980b15db3 | |
parent | 3ba1d8a9a51a3e770318069230932d0a7c9dd2d8 [diff] [blame] |
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
diff --git a/Jenkinsfile b/Jenkinsfile index fab5de7..3492b54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -104,8 +104,7 @@ virtualenv .venv source .venv/bin/activate pip install ../cryptography - pip install -e . - pip install pytest pretend + pip install -e .[test] pytest tests """ ],