summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-05 13:50:50 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 14:32:22 +0100
commita03d4a34f84b9103fbb05e84f8114f3ef95916b8 (patch)
treee3c35cb232d5c314c249b1993f698c769869cfe6
parent41034b6947d4f454450474db3ceb7f0da63bc55f (diff)
downloaddbus-python-a03d4a34f84b9103fbb05e84f8114f3ef95916b8.tar.gz
Stop testing python3.5-dbg
This version is EOL, and Meson (for which I want to add support) fails on its -dbg variant with: Fatal Python error: a function returned a result with an error set NotImplementedError: chmod: follow_symlinks unavailable on this platform During handling of the above exception, another exception occurred: SystemError: <built-in function chmod> returned a result with an error set Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cec82e..1f607f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,14 +56,6 @@ build:python3.5:
script: *script
artifacts: *artifacts
-build:python3.5-dbg:
- stage: build
- image: "debian:stretch-slim"
- variables:
- ci_suite: stretch
- dbus_ci_system_python: python3-dbg
- script: *script
-
build:python3.7:
stage: build
image: "debian:buster-slim"