Skip to content

[CI][Python] A new version (77.0.2) of setuptools seems to have broken some of our builds #45867

@raulcd

Description

@raulcd

Describe the bug, including details regarding any error messages, version, and platform.

Some of our nightly jobs have started failing with:

     File "/arrow-dev/lib/python3.10/site-packages/setuptools/dist.py", line 506, in _find_pattern
      raise InvalidConfigError(f"Pattern {pattern!r} cannot contain '..'")
  setuptools.errors.InvalidConfigError: Pattern '../LICENSE.txt' cannot contain '..'
  error: subprocess-exited-with-error

This is a new check introduced on setuptools 77.0.2 (released some hours ago):
pypa/setuptools@732ec1a

Component(s)

Continuous Integration, Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions