fbbd58a459
The porting of mock is complete. This fullfills the community goal 200~"Remove Use of mox/mox3 for Testing" set for Rocky: https://governance.openstack.org/tc/goals/rocky/mox_removal.html This commit does the following code: - Remove dead code that was previously used by mox. - Raise the requirement to the Rocky M2 relase of Horizon. - Convert the clients to use mock. Change-Id: I33521b4bc8e873d50b1d2390e544eea0923dca4f Signed-off-by: Chuck Short <chucks@redhat.com>
18 lines
723 B
Plaintext
18 lines
723 B
Plaintext
# 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.
|
|
# Order matters to the pip dependency resolver, so sorting this file
|
|
# changes how packages are installed. New dependencies should be
|
|
# added in alphabetical order, however, some dependencies may need to
|
|
# be installed in a specific order.
|
|
#
|
|
# Hacking should appear first in case something else depends on pep8
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
#
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
flake8-import-order==0.12 # LGPLv3
|
|
mock>=2.0.0 # BSD
|
|
nodeenv>=0.9.4 # BSD
|
|
testtools>=2.2.0 # MIT
|