-
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
Add some content of optional_dependencies to traits.testing.api #1236
Comments
I'd rather have Pyface re-implement than import from Traits here. The functionality has nothing particularly to do with Traits, and Traits is not the right place for common non-Trait-related utilities. |
i think it's still useful to make |
For the record, I am in favour of pyface reimplementing those objects. |
I disagree. Everything we put in an Utilities that are directly Traits-related are a different matter, of course. |
I am happy for this issue to be closed as a wont-fix... |
Closing... If anyone wants to advocate further for this, please feel free to reopen. |
Pyface needed
requires_numpy
andnumpy
fromtraits.testing.optional_dependencies
(see discussion). So this issue is for moving these objects (maybe along others too) totraits.testing.api
so thatpyface
can import from it safely (related to #1213)The text was updated successfully, but these errors were encountered: