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

Add missing build test dependency #2577

Merged
merged 2 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/2576.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing 'build' test dependency - by :user:`ssbarnea`.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ optional-dependencies.docs = [
"towncrier>=22.8",
]
optional-dependencies.testing = [
"build>=0.9.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make it build[virtualenv] and you can drop trailing .0-s

"covdefaults>=2.2",
"devpi-client>=6.0.2",
"devpi-server>=6.7",
Expand Down