summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-03-10 11:38:07 +0530
committerPrashanth Pai <ppai@redhat.com>2016-03-10 12:44:09 +0530
commit1815ad27684435a0612c987b5d6d8893417593f8 (patch)
tree70fe89a6221afa4213b6c19e027a531ea9656dd2 /test-requirements.txt
parent6df97fd49fa9be6394bd066c6c64fd7c06959a77 (diff)
Fix and simplify tox.ini
* Remove deprecated tox options * Simplify tox.ini * Update .gitignore * Update test-requirements.txt * Fix pep8 issues All tests now run on centos7 without any modifications. Code coverage output is now displayed properly for both unit test and functional test runs. Change-Id: I877cc0ad2c560579c12d528af3ac9bf5eea28378 Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4ddce0f..c6662ef 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,9 +1,7 @@
# Hacking already pins down pep8, pyflakes and flake8
-hacking>=0.8.0,<0.9
+hacking>=0.10.0,<0.11
coverage
nose
nosexcover
-openstack.nose_plugin
nosehtmloutput
-sphinx>=1.1.2
mock>=1.0