Skip to content

Commit

Permalink
Update setuptools to >=71.0.4 (#9812) (#9824)
Browse files Browse the repository at this point in the history
(cherry picked from commit 60bd230)

Co-authored-by: Marc Mueller <[email protected]>
  • Loading branch information
github-actions[bot] and cdce8p authored Jul 20, 2024
1 parent 5f19cd5 commit 810c59c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=66.1"]
requires = ["setuptools>=71.0.4"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pytest-timeout~=2.3
towncrier~=23.11
requests
# Voluntary for test purpose, not actually used in prod, see #8904
setuptools==41.6.0
setuptools;python_version>='3.12'
3 changes: 1 addition & 2 deletions tests/functional/r/recursion/recursion_error_3159.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def initialize_options(self):
def finalize_options(self):
pass

@staticmethod
def run():
def run(self):
print("Do anything")


Expand Down

0 comments on commit 810c59c

Please sign in to comment.