Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/resultsdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
libsasl2-dev

- name: Test with tox
env:
TOX_DOCKER_GATEWAY: "0.0.0.0"
run: uvx --with tox-uv tox -e py3

- name: Run coveralls-python
Expand Down
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ ci:
autoupdate_schedule: monthly
skip:
- hadolint-docker
# renovate exceeds tier max size 250MiB on pre-commit.ci
# (due to huge node.js dependencies)
- renovate-config-validator

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -79,9 +76,3 @@ repos:
rev: v2.14.0
hooks:
- id: hadolint-docker

# renovate.json validator
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.5.1
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion tox-podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ podman system service --time=0 "$DOCKER_HOST" &
podman_service_pid=$!
sleep 1

tox "$@"
uvx --python=3.13 --with tox-uv tox "$@"