From 1ad2e1059c314dca7c36df375d11fa375dc3e2c1 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 4 Apr 2017 10:27:53 -0700 Subject: [PATCH] Update unit test requirements in README. --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 8e564a0a0c3..bf7d3de497d 100644 --- a/test/README.md +++ b/test/README.md @@ -12,7 +12,7 @@ mock interfaces rather than producing side effects. Playbook engine code is better suited for integration tests. -Requirements: `sudo pip install paramiko PyYAML jinja2 httplib2 passlib nose pytest mock` +Requirements: `pip install -r test/runner/requirements/units.txt` integration -----------