Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use extras_require[test] instead of tests_require
This replaces `tests_require` with a pattern that seems to have popped up since pypa/setuptools#931 and pypa/setuptools#1684. It allows test dependencies to be installed by adding `[test]` to the end of the package name.
- Loading branch information