diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-29 22:17:08 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-06-29 20:17:08 -0700 |
commit | b16206e4f5c1f2c18eebe669713df7223b0f4cb0 (patch) | |
tree | 3e9c6db2507ba28dc4f5b5c22b1b69065cf16ea5 | |
parent | a857fe66509653362ef61649168b7420430ee082 (diff) | |
download | cryptography-b16206e4f5c1f2c18eebe669713df7223b0f4cb0.tar.gz cryptography-b16206e4f5c1f2c18eebe669713df7223b0f4cb0.tar.bz2 cryptography-b16206e4f5c1f2c18eebe669713df7223b0f4cb0.zip |
pyopenssl needs pretend for its tests now (#3739)
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 50f53a20..fab5de7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ def downstreams = [ source .venv/bin/activate pip install ../cryptography pip install -e . - pip install pytest + pip install pytest pretend pytest tests """ ], |