Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | BUG: distutils: Remove named templates from the output. | Warren Weckesser | 2018-03-10 | 1 | -0/+48 |
The code now does not copy the named templates found outside a function or subroutine to the output file. Fixes gh-10712. |