Skip to content

Commit

Permalink
Use pygobject provided by centos9
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb committed Jul 23, 2024
1 parent 6f8da40 commit 999d630
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .ci/scripts/calc_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ 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
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cat >> vars/main.yaml << VARSYAML
pulp_env: {}
pulp_settings: {"allowed_content_checksums": ["sha1", "sha224", "sha256", "sha384", "sha512"], "allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "orphan_protection_time": 0}
pulp_scheme: https
pulp_default_container: ghcr.io/pulp/pulp-ci-centos:latest
pulp_default_container: ghcr.io/pulp/pulp-ci-centos9:latest
VARSYAML

SCENARIOS=("pulp" "performance" "azure" "gcp" "s3" "generate-bindings" "lowerbounds")
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ jsonschema>=4.6,<5.0
libcomps>=0.1.20.post1,<0.2
productmd~=1.33.0
pulpcore>=3.17,<3.25
PyGObject>=3.40,<3.45
solv~=0.7.21
aiohttp_xmlrpc~=1.5.0
6 changes: 2 additions & 4 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ check_commit_message: true
check_gettext: true
check_manifest: true
check_stray_pulpcore_imports: true
ci_base_image: ghcr.io/pulp/pulp-ci-centos
ci_base_image: ghcr.io/pulp/pulp-ci-centos9
ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
ci_update_docs: false
Expand All @@ -31,9 +31,7 @@ kanban: true
latest_release_branch: null
lint_requirements: true
noissue_marker: '[noissue]'
os_required_packages:
- libgirepository1.0-dev
- gir1.2-modulemd-2.0
os_required_packages: []
parallel_test_workers: 8
plugin_app_label: rpm
plugin_default_branch: main
Expand Down

0 comments on commit 999d630

Please sign in to comment.