Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use extras_require[test] instead of tests_require #28

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Feb 8, 2024

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.

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.
@cottsay cottsay merged commit a67bf9d into master Feb 9, 2024
@cottsay cottsay deleted the cottsay/extras-require-test branch February 9, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants