Remove use_mox directive

As of horizon 14.0.0.0b2 or later the use_mox directive is unecessary so we can remove it.
Change-Id: Ie2f2cdecb7893480697dafad0a9a6a96fcc54a74
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short
2018年08月09日 08:44:16 -04:00
parent dda00b209e
commit 532465a09d

View File

@@ -25,8 +25,6 @@ from neutronclient.v2_0.client import Client as neutronclient
class BgpvpnApiTests(bgpvpn_test.APITestCase):
use_mox = False
def setUp(self):
bgpvpn_test.APITestCase.setUp(self)

View File

@@ -36,7 +36,7 @@ future==0.16.0
futurist==1.2.0
greenlet==0.4.10
hacking==0.12.0
horizon==13.0.0
horizon==14.0.0.0b3
httplib2==0.9.1
idna==2.6
imagesize==0.7.1

View File

@@ -15,4 +15,4 @@ debtcollector>=1.2.0 # Apache-2.0
# OpenStack CI will install the following projects from git
# if they are in the required-projects list for a job:
neutron>=13.0.0.0b1 # Apache-2.0
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.