From dbd1b36695eea32278564dd4a0b49056aaa2e47f Mon Sep 17 00:00:00 2001 From: Otto Kekäläinen Date: Fri, 5 Jan 2024 12:51:49 +0800 Subject: 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. --- debian/salsa-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3