aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@debian.org>2024-01-05 12:51:49 +0800
committerOtto Kekäläinen <otto@debian.org>2024-01-05 22:51:25 +0800
commitdbd1b36695eea32278564dd4a0b49056aaa2e47f (patch)
treef4089dce0039cfd36c0bb59c8364224025b88d55
parenta653bbfbb8f660218aa16cdb85da7f235cf48e05 (diff)
salsa-ci: Disable SALSA_CI_DISABLE_VERSION_BUMP
Salsa-CI jobs 'build' and 'build i386' were failing on the error: /usr/lib/python3/dist-packages/setuptools/dist.py:509: SetuptoolsDeprecationWarning: Invalid version: '0.9.33+salsaci+20240105+6'. !! ******************************************************************************** The version specified is not a valid version according to PEP 440. Disabling the version automatic version bump in Salsa-CI satisfies Python setuptools and build passes.
-rw-r--r--debian/salsa-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 768d72ee..6d95ba01 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -6,4 +6,4 @@ include:
# Reprotest triggers a test failure not related to reproducibility
variables:
SALSA_CI_DISABLE_REPROTEST: 1
-
+ SALSA_CI_DISABLE_VERSION_BUMP: 1