From 1c3a82d818b41fb9a03ff33048221503745dedf9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 26 Dec 2015 11:12:10 +0100 Subject: [PATCH] Add testrepository to test-requirements Current python packages do not install this automatically, add it so that our toolchain works - pbr needs it. Change-Id: I21c8ae3bcf3d2eb6a009331ce7457a6341d1ee8f --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index a04e2832..2238be34 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +4,7 @@ bashate>=0.2 # Apache-2.0 doc8 # Apache-2.0 +testrepository>=0.0.18 # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0