mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
dev_python*.txt: use current SaltTesting and SaltPyLint modules
Pinning SaltTesting to 2015.2.16 is not right--integration tests will not run with this version. Let pip install the latest minimum version instead. Include SaltPyLint since anyone doing development work will also want to run pylint.
This commit is contained in:
parent
547ddccf1e
commit
e3f14ff298
2 changed files with 4 additions and 2 deletions
|
@ -3,4 +3,5 @@
|
|||
mock
|
||||
boto>=2.32.1
|
||||
moto>=0.3.6
|
||||
SaltTesting==2015.2.16
|
||||
SaltTesting
|
||||
SaltPyLint
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
mock
|
||||
boto>=2.32.1
|
||||
moto>=0.3.6
|
||||
SaltTesting>=2015.2.16
|
||||
SaltTesting
|
||||
SaltPyLint
|
||||
|
|
Loading…
Add table
Reference in a new issue