Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix k5test minimum version requirement #58

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

carlwgeorge
Copy link
Contributor

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

carlwgeorge and others added 2 commits October 20, 2024 12:33
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.

jborean93@4cbfe7d
pythongssapi/k5test@aa9cf87
Copy link
Owner

@jborean93 jborean93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, just added a comment to explain the reason for this minimum version

@jborean93 jborean93 merged commit de525b7 into jborean93:main Oct 21, 2024
32 checks passed
@carlwgeorge carlwgeorge deleted the k5test-minimum branch October 21, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants