Skip to content

Commit 98e47d6

Browse files
authored
Added workaround for #1435: Pining packaging Python module to version 25.0 (#1436)
* Added workaround for #1435: Pining packaging Python module to version 25.0 --------- Signed-off-by: Steffen Pankratz <steffen.pankratz@exasol.com>
1 parent e72f8e1 commit 98e47d6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/changes/changes_11.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ n/a
3434

3535
## Bugs
3636

37-
n/a
37+
- Added workaround for #1435: Pining packaging Python module to version 25.0
3838

3939
## Doc
4040

flavors/standard-EXASOL-all/packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ build_steps:
8686
- name: pyarrow
8787
version: ==16.0.0
8888
extras: []
89+
- comment: workaround for failing integration tests, see https://github.com/exasol/script-languages-release/issues/1435
90+
name: packaging
91+
version: ==25.0
92+
extras: []
93+
8994
install_build_tools_ephemerally: false
9095
validation_cfg:
9196
version_mandatory: true

0 commit comments

Comments
 (0)