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
DateRangeEditor
When run with current main of Traits, several of the DateRangeEditor tests block with the following modal dialog:
This looks to be due to changes in traits in this PR enthought/traits#1736.
The text was updated successfully, but these errors were encountered:
None
Fix date range editor tests: allow None for test traits. (#2019)
b9773d3
This adds `allow_none=True` to the traits on the model used for the test case. Fixes #2018
Successfully merging a pull request may close this issue.
When run with current main of Traits, several of the
![image](https://user-images.githubusercontent.com/600761/236163098-008812ad-c932-4196-8cf0-3525e3c72c07.png)
DateRangeEditor
tests block with the following modal dialog:This looks to be due to changes in traits in this PR enthought/traits#1736.
The text was updated successfully, but these errors were encountered: