Hacker News new | ask | show | jobs
by LosWochosWeek 1485 days ago
That was implied in the thread and subsequently wonfixed.

> Sure, but it's straightforward to install those [0]. A separate test suite would not be.

0: Those = Other packages you would have to download to make use of the testing components, i.e. pytest

1 comments

What about pip install 'numpy[tests]' i.e using the extras feature?