Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Move pytesttester outside of np.testing, to avoid creating ↵ | Eric Wieser | 2018-07-02 | 1 | -0/+197 |
unnecessary import dependencies pytesttester is used by every single subpackage, so making it depend on np.testing just creates cyclic dependencies that can lead to circular imports Relates to #11457 |