Skip to content

Commit

Permalink
Avoid using version of onigurumacffi that is not binary packaged
Browse files Browse the repository at this point in the history
Related: #396
  • Loading branch information
ssbarnea committed Oct 4, 2024
1 parent 5e849f8 commit 7051f88
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ more-itertools==10.5.0
mypy==1.11.2
mypy-extensions==1.0.0
nodeenv==1.9.1
onigurumacffi==1.3.0
onigurumacffi==1.2.0
openapi-core==0.19.4
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mdurl==0.1.2
molecule==24.9.0
more-itertools==10.5.0
mypy-extensions==1.0.0
onigurumacffi==1.3.0
onigurumacffi==1.2.0
openapi-core==0.19.4
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ updates:
- pytest-ansible
- referencing # https://github.com/p1c2u/jsonschema-path/issues/143
- tox-ansible
- onigurumacffi # https://github.com/ansible/ansible-dev-tools/issues/396
ignore:
- dependency-name: referencing
- dependency-name: onigurumacffi # https://github.com/ansible/ansible-dev-tools/issues/396
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ concurrency:
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@main
with:
run_pre: |
sudo apt install -y -q libonig-dev
build-image:
runs-on: ${{ matrix.builder }}
name: ${{ matrix.name }}
Expand Down
2 changes: 2 additions & 0 deletions bindep.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python3-devel [platform:redhat]
oniguruma-devel [test platform:rpm]
libonig-dev [test platform:dpkg]

0 comments on commit 7051f88

Please sign in to comment.