diff --git a/.ci/scripts/calc_constraints.py b/.ci/scripts/calc_constraints.py index b5be1b1f5..ede3fc269 100755 --- a/.ci/scripts/calc_constraints.py +++ b/.ci/scripts/calc_constraints.py @@ -105,6 +105,8 @@ def main(): if line.strip().startswith("#"): # Shortcut comment only lines print(line.strip()) + elif "pygobject" in line.lower(): + print("# Skipping PyGObject.") else: req, comment = split_comment(line) if args.upper: