summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-22 02:14:27 +0200
committerMonty Taylor <mordred@inaugust.com>2013-06-17 19:14:36 -0400
commit04316feeb9590e31824a5a018f497989b04f45ba (patch)
tree827f7b07afae5a20b45f5af03369d611748118b3 /test-requirements.txt
parentd1c53ddad7a90529f151fa08feee41c6d16c44a1 (diff)
downloadpbr-04316feeb9590e31824a5a018f497989b04f45ba.tar.gz
Make python setup.py test do the right thing.
As a step towards a common interface to running tests even when we're not in the virtualenv - make python setup.py test actually be useful. Change-Id: I8e4bc9bb78be37b4d13f8d6c2edfe2d67554ad78
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 1b82ab0..3313db1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,6 @@ fixtures>=0.3.12
flake8
python-subunit
sphinx>=1.1.2
-testrepository>=0.0.13
testresources
testscenarios
testtools>=0.9.27