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:
Eric Radman 2016-10-31 21:39:56 -04:00
parent 547ddccf1e
commit e3f14ff298
2 changed files with 4 additions and 2 deletions

View file

@ -3,4 +3,5 @@
mock
boto>=2.32.1
moto>=0.3.6
SaltTesting==2015.2.16
SaltTesting
SaltPyLint

View file

@ -3,4 +3,5 @@
mock
boto>=2.32.1
moto>=0.3.6
SaltTesting>=2015.2.16
SaltTesting
SaltPyLint