From 632b72619852cc9f321099a524c3478c0b2afa08 Mon Sep 17 00:00:00 2001 From: spisarski Date: Mon, 12 Mar 2018 10:22:01 -0600 Subject: Added support for running tests in parallel. JIRA: SNAPS-215 Change-Id: I94923a9f184b0d370159b499919e8fc20a2fef90 Signed-off-by: spisarski --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 137159f..b06944c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ ansible<2.4,>=2.1.0 wrapt>=1.7.0 # BSD License scp cryptography!=2.0,>=1.6 # BSD/Apache-2.0 +concurrencytest -- cgit 1.2.3-korg