Skip to content

Commit c468342

Browse files
felixfonteinpatchback[bot]
authored andcommitted
CI: Arch Linux updated to Python 3.13 (#9310)
* Arch Linux updated to Python 3.13. * Skip lmdb_kv lookup on Arch Linux. Ref: jnwatson/py-lmdb#362 (cherry picked from commit 2adcc34)
1 parent 34e1231 commit c468342

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.azure-pipelines/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ stages:
291291
- name: Debian Bookworm
292292
test: debian-bookworm/3.11
293293
- name: ArchLinux
294-
test: archlinux/3.12
294+
test: archlinux/3.13
295295
groups:
296296
- 1
297297
- 2

tests/integration/targets/lookup_lmdb_kv/runme.sh

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
set -eux
66

7+
if grep -Fq 'NAME="Arch Linux"' /etc/os-release; then
8+
exit 0
9+
fi
10+
711
ANSIBLE_ROLES_PATH=../ \
812
ansible-playbook dependencies.yml -v "$@"
913

0 commit comments

Comments
 (0)