# HG changeset patch # User Mads Kiilerich # Date 2016-06-29 16:53:26 # Node ID b2195895bbd727f752df975052004e886bbe16bc # Parent 5dfe741d2b0aa88be0f03a6f0f1c532206a3f6dc tests: install pam and ldap modules when testing with tox diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -7,5 +7,7 @@ setenv = PYTHONHASHSEED = 0 deps = pytest: pytest + python-ldap + python-pam commands = pytest: py.test {posargs}