Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix test_void_dtype_equality_failures for Python 3.
The NotArray test class needs to define a `__ne__` method, otherwise the inherited Python 3 method will call `__eq__`, resulting in two rather than one DeprecationWarning.
- Loading branch information