]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Move anyjson to test-requirements
authorChaozhe.Chen <chaozhe.chen@easystack.cn>
Sat, 20 Feb 2016 15:28:58 +0000 (23:28 +0800)
committerChaozhe.Chen <chaozhe.chen@easystack.cn>
Sat, 20 Feb 2016 15:32:41 +0000 (23:32 +0800)
As anyjson is just needed in our test code, better move it to
test-requirements to reduce dependency.

Change-Id: I43e568066b19bfc5109de9f9f2e2c12facbbb3f5

requirements.txt
test-requirements.txt

index 74c74f974738120555276e40ce0a64949601e29b..7fe864ca3fc28225c1cb49ef359966a023bfb833 100644 (file)
@@ -3,7 +3,6 @@
 # process, which may cause wedges in the gate later.
 
 pbr>=1.6 # Apache-2.0
-anyjson>=0.3.3 # BSD
 Babel>=1.3 # BSD
 decorator>=3.4.0  # BSD
 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
index 8e41d97fa1925df895a4be0625d5403315b45470..866a3cbd3a26112c8c86c3f22f940a76921196a2 100644 (file)
@@ -5,6 +5,7 @@
 # Install bounded pep8/pyflakes first, then let flake8 install
 hacking<0.11,>=0.10.0
 
+anyjson>=0.3.3 # BSD
 coverage>=3.6 # Apache-2.0
 ddt>=1.0.1 # MIT
 fixtures>=1.3.1 # Apache-2.0/BSD