28daa7970b
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we can use the standard lib unittest.mock module instead. Change-Id: I1d1d2ab862725bed2585406e5f215450a42f225e
17 lines
539 B
Plaintext
17 lines
539 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.
|
|
|
|
hacking>=3.0,<3.1.0 # Apache-2.0
|
|
|
|
coverage>=4.0 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
pifpaf>=0.10.0 # Apache-2.0
|
|
nose>=1.3.7 # GNU LGPL
|
|
pytest>=3.0.0 # MIT
|
|
urllib3>=1.15.1 # MIT
|