mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing requirements for running unit tests: libcloud and boto3
This commit is contained in:
parent
70f7d22ad6
commit
004bff113e
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
-r base.txt
|
||||
|
||||
mock
|
||||
apache-libcloud>=0.14.0
|
||||
boto>=2.32.1
|
||||
boto3>=1.2.1
|
||||
moto>=0.3.6
|
||||
SaltTesting==2015.2.16
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
-r base.txt
|
||||
|
||||
mock
|
||||
apache-libcloud>=0.14.0
|
||||
boto>=2.32.1
|
||||
boto3>=1.2.1
|
||||
moto>=0.3.6
|
||||
SaltTesting>=2015.2.16
|
||||
|
|
Loading…
Add table
Reference in a new issue