Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix k5test minimum version requirement (#58)
* Fix k5test minimum version requirement The test function test_set_password fails when run with k5test 0.10.3. ``` TypeError: MITRealm.start_kadmind() missing 1 required positional argument: 'env' ``` This is because it is running the start_kadmind method with no arguments, but the env argument didn't become optional until k5test 0.10.4. That is now the new minimum version for this test dependency. 4cbfe7d pythongssapi/k5test@aa9cf87 * Added reason to k5test min --------- Co-authored-by: Jordan Borean <jborean93@gmail.com>
- Loading branch information