commit | b16206e4f5c1f2c18eebe669713df7223b0f4cb0 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Jun 29 22:17:08 2017 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jun 29 20:17:08 2017 -0700 |
tree | 3e9c6db2507ba28dc4f5b5c22b1b69065cf16ea5 | |
parent | a857fe66509653362ef61649168b7420430ee082 [diff] |
pyopenssl needs pretend for its tests now (#3739)
diff --git a/Jenkinsfile b/Jenkinsfile index 50f53a2..fab5de7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -105,7 +105,7 @@ source .venv/bin/activate pip install ../cryptography pip install -e . - pip install pytest + pip install pytest pretend pytest tests """ ],