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 unit test for Python 3.13 #4

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

dcvmoole
Copy link

@dcvmoole dcvmoole commented Sep 3, 2024

This PR aims to resolve lextudio/pysnmp/issues/107, which is an issue introduced by /pull/3. This PR has been tested with Python version 3.13.0rc1 (and 3.11.3).

As of Python 3.13, tabs in docstrings are expanded to spaces, thereby
breaking one of the unit tests. This commit fixes the unit test. Note
that neither the problem nor this fix affect the main pysmi code.
@lextm lextm merged commit ebd57a7 into lextudio:main Sep 3, 2024
17 of 19 checks passed
@dcvmoole dcvmoole deleted the unittest-tab-fix branch September 3, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants