Skip to content

Commit 216fd2d

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 861cbc2 commit 216fd2d

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
@@ -345,7 +345,7 @@ stages:
345345
- name: Debian Bookworm
346346
test: debian-bookworm/3.11
347347
- name: ArchLinux
348-
test: archlinux/3.12
348+
test: archlinux/3.13
349349
groups:
350350
- 1
351351
- 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)