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 testsuite with Python 3.7.* on openSUSE (logs from building) I get reliably this error:
[ 32s] ====================================================================== [ 32s] FAIL: test_bad_values (traittypes.tests.test_traittypes.TestIntArray) [ 32s] ---------------------------------------------------------------------- [ 32s] Traceback (most recent call last): [ 32s] File "/usr/lib/python2.7/site-packages/traitlets/tests/test_traitlets.py", line 1095, in test_bad_values [ 32s] assert False, value [ 32s] AssertionError: [1, [0, 0]] [ 32s] [ 32s] ---------------------------------------------------------------------- [ 32s] Ran 26 tests in 0.028s
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When running the testsuite with Python 3.7.* on openSUSE (logs from building) I get reliably this error:
The text was updated successfully, but these errors were encountered: