From b16206e4f5c1f2c18eebe669713df7223b0f4cb0 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 29 Jun 2017 22:17:08 -0500 Subject: pyopenssl needs pretend for its tests now (#3739) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') 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 """ ], -- cgit v1.2.3