
This is helpful to automate code style checks when commiting, avoiding the need to remember to do this manually. The run_tests.sh script has been removed from the repository since it is outdated, unused and had a number of uncaught formatting issues. Change-Id: Id3f38942972bc6d35427e66bb26f8f1b2f271f7d
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
python-openstackclient>=5.3.0 # Apache-2.0
|