-
Notifications
You must be signed in to change notification settings - Fork 85
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
Tests fail with latest Traits and TraitsUI from PyPI #1748
Labels
Comments
mdickinson
added
type: bug
component: test suite
Issues related directly to the test suite
labels
Jun 26, 2023
The warnings are both the same:
We've already updated the Traits main branch not to use Separately, we should fix the test so that it doesn't fail on unrelated warnings. |
mdickinson
added a commit
that referenced
this issue
Jun 26, 2023
This PR fixes one part of the cause of #1748, namely that a test was failing on warnings that were unrelated to the test purpose.
mdickinson
added a commit
that referenced
this issue
Jul 10, 2023
This PR fixes one part of the cause of #1748, namely that a test was failing on warnings that were unrelated to the test purpose.
mdickinson
added a commit
that referenced
this issue
Jul 26, 2023
mdickinson
added a commit
that referenced
this issue
Jul 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing a test failure with the latest Traits and TraitsUI from PyPI, on Python 3.11. (I haven't tested with other Python versions, but it likely affects those, too.)
Steps to reproduce:
pip install traits traitsui
python -m unittest discover -v traits
Expected results: the test suite runs to completion.
Actual results: we get the following test failure:
This is likely to be an overzealous test, but as well as tightening this test, we should investigate what the warnings are, where they're coming from, and how we can fix them.
The text was updated successfully, but these errors were encountered: