summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorBertrand Lallau <bertrand.lallau@gmail.com>2015-11-26 22:39:14 +0100
committerBertrand Lallau <bertrand.lallau@gmail.com>2015-11-26 22:42:01 +0100
commit37816a0e63ed48ed3763e8c312fbb42c14b92167 (patch)
tree1358f4f36f417d8c1c5a0812d2a1260bcfc7e10c /test-requirements.txt
parentef4793379065f4ee0d0a5ce2f14f7dd2eaa61654 (diff)
downloadironic-37816a0e63ed48ed3763e8c312fbb42c14b92167.tar.gz
Move iso8601 as a test dependency only
Ironic does not import and use this module directly, no need to list it in the requirements and no need to set log level. Instead it was moved to test-requirements.txt file because it is explicitly imported for unit tests. Change-Id: I791be24289f620a4227ec6514d77c37a5f8d920e
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5b7b57444..beb197463 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,6 +7,7 @@ fixtures>=1.3.1
mock>=1.2
Babel>=1.3
PyMySQL>=0.6.2 # MIT License
+iso8601>=0.1.9
oslotest>=1.10.0 # Apache-2.0
psycopg2>=2.5
python-ironicclient>=0.8.0