Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -5/+1 |
| | | | | | That function is nose specific and has not worked since `__init__` files were added to the tests directories. | ||||
* | TST: fix issues with test for correctness of numpy version string. | Ralf Gommers | 2016-01-16 | 1 | -4/+4 |
| | | | | Addresses comments of @pv on gh-6895. | ||||
* | TST: add test to check for correct version string format. | Ralf Gommers | 2016-01-16 | 1 | -0/+23 |
Implements idea suggested in gh-6431. |