Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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