We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the test suite with Python 3.12.0, I'm getting two test failures:
====================================================================== FAIL: test_recursion (test.test.TestEncodeDecodeFpExt.test_recursion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/py-ubjson/test/test.py", line 476, in test_recursion with self.assert_raises_regex(RuntimeError, 'recursion'): AssertionError: RuntimeError not raised ====================================================================== FAIL: test_recursion (test.test.TestEncodeDecodePlainExt.test_recursion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/py-ubjson/test/test.py", line 476, in test_recursion with self.assert_raises_regex(RuntimeError, 'recursion'): AssertionError: RuntimeError not raised
The text was updated successfully, but these errors were encountered:
It's probably a change in the default recursion limit with the latest version of Python - I'll have a look later.
Sorry, something went wrong.
vtermanis
No branches or pull requests
When running the test suite with Python 3.12.0, I'm getting two test failures:
The text was updated successfully, but these errors were encountered: