diff --git a/requirements.txt b/requirements.txt
index 7ed37bb..2683dd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
 # The order of packages is significant, because pip processes them in the order
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
-python-neutronclient>=2.3.6,<3
+
diff --git a/test-requirements.txt b/test-requirements.txt
index dc32c24..5db63d0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,7 @@
 # The order of packages is significant, because pip processes them in the order
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
+-e git://github.com/openstack/python-neutronclient.git@f8e2e42835e6f3bc0ab321d3a7c25e0109ff5e0a#egg=python-neutronclient
 hacking>=0.8.0,<0.9
 
 cliff-tablib>=1.0