From ec90afc9f2d178f9f8a901fec9c4157ca08a0d08 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 20 Mar 2018 23:03:47 -0400 Subject: Add urllib3 to downstream tests (#4165) * Add urllib3 to downstream tests * empty commit * remove a suffix --- Jenkinsfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index eba186fb..7f8cf6b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -194,6 +194,21 @@ def downstreams = [ pytest src """ ], + [ + downstreamName: 'urllib3', + label: 'docker', + imageName: 'pyca/cryptography-runner-ubuntu-rolling', + script: """#!/bin/bash -xe + git clone --depth 1 https://github.com/shazow/urllib3 + cd urllib3 + virtualenv .venv + source .venv/bin/activate + pip install ../cryptography + pip install -r ./dev-requirements.txt + pip install -e .[socks] + pytest test + """ + ], ] def checkout_git(label) { -- cgit v1.2.3