diff --git a/cibuildwheel/util.py b/cibuildwheel/util.py index 61c28301..4f6d005d 100644 --- a/cibuildwheel/util.py +++ b/cibuildwheel/util.py @@ -117,7 +117,7 @@ class DependencyConstraints: return self.base_file_path def __repr__(self): - return f'DependencyConstraints({self.base_file_path!r})' + return f'{self.__class__.__name__}{self.base_file_path!r})' class BuildOptions(NamedTuple):