Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify test dependencies under extra_requires
Newer versions of pip/setuptools don't support test_requires, and the current standard is to specify any extra dependencies (such as those required for testing) under extra_requires. Therefore, specify the testing dependencies under extra_requires. These can be installed via pip using `pip install '.[testing]'`. Signed-off-by: Saikrishna Arcot <[email protected]>
- Loading branch information