aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
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
"""
],