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 #35

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Feb 7, 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 self-assigned this Feb 7, 2024
@cottsay cottsay merged commit 053e30d into master Feb 7, 2024
0 of 7 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/extras-require-test branch February 7, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants