Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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 AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Aviv Palivoda
Babak Keyvani
Bahram Farahmand
Barney Gale
Bastian Ebeling
Ben Brown
Ben Gartner
Ben Leith
Expand Down
2 changes: 2 additions & 0 deletions changelog/14302.misc.rst‎
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Running pytest needs pkg_resources which is or has been part of setuptools before version 82.
The only change done here is the adopted requirement for setupuptools in the pyproject.toml file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=77",
"setuptools>=77,<82",
"setuptools-scm[toml]>=6.2.3",
]

Expand Down
Loading