diff --git a/cibuildwheel/util.py b/cibuildwheel/util.py index 891f0f28..38d61148 100644 --- a/cibuildwheel/util.py +++ b/cibuildwheel/util.py @@ -107,6 +107,9 @@ class DependencyConstraints: else: return self.base_file_path + def __str__(self): + return f"File '{self.base_file_path}'" + class BuildOptions(NamedTuple): package_dir: Path