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

Remove inspect method for Python 3.11 #344

Merged
merged 7 commits into from
Apr 14, 2022
Merged

Conversation

jborean93
Copy link
Collaborator

inspect.getargspec was deprecated and is now removed in python 3.11. This removes the usage of this function and bumps the minimum version for requests-ntlm to ensure the arguments specified are valid. The version of requests-ntlm has been out for 5 years so so it should be safe to set as a minimum.

@coveralls
Copy link

coveralls commented Apr 14, 2022

Coverage Status

Coverage decreased (-4.1%) to 79.397% when pulling 4a39be0 on jborean93:py311 into 9fe56fd on diyan:master.

@jborean93
Copy link
Collaborator Author

I've had to disable the integration CI checks due to problems in the Windows image. Seems like WinRM is just timing out when attempting to connect to itself in the latest images. I've manually tested out the changes here against a proper Windows host and things are fine.

@jborean93 jborean93 merged commit de7ac17 into diyan:master Apr 14, 2022
@jborean93 jborean93 deleted the py311 branch April 14, 2022 04:09
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.

None yet

2 participants