summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2012-09-26 17:09:10 -0700
committerJames E. Blair <jeblair@hp.com>2012-09-28 13:04:53 -0700
commit6e9f3bb10a105411b0eb3e8f22a252af0784cb0b (patch)
tree56a8b6190e71ada007427fc079fb5607c259e1d4 /tools
parent64702669c879dbc5cf27712ef8fadb9fd043664d (diff)
downloadnova-6e9f3bb10a105411b0eb3e8f22a252af0784cb0b.tar.gz
nova-6e9f3bb10a105411b0eb3e8f22a252af0784cb0b.tar.xz
nova-6e9f3bb10a105411b0eb3e8f22a252af0784cb0b.zip
Revert "Add full test environment."
This reverts commit 30e513309fe25af358b4d9ed47da2c7574fc0f06. The python mysql module was removed from test-requires in favor of test-options, but the work to actually use that was never completed. Revert the change so that mysql testing is actually performed again. Change-Id: Iaf35811cc748272229260f2dab95520995a69b44
Diffstat (limited to 'tools')
-rw-r--r--tools/test-options1
-rw-r--r--tools/test-requires1
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-options b/tools/test-options
deleted file mode 100644
index c7a234740..000000000
--- a/tools/test-options
+++ /dev/null
@@ -1 +0,0 @@
-MySQL-python
diff --git a/tools/test-requires b/tools/test-requires
index 5592cada8..74910be0d 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -12,3 +12,4 @@ pylint==0.25.2
sphinx>=1.1.2
feedparser
python-cinderclient
+MySQL-python