Skip to content

Commit

Permalink
Skip constrain calculation for PyGObject
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb committed Jul 23, 2024
1 parent bce4095 commit 6f8da40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/scripts/calc_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f8da40

Please sign in to comment.