Skip to content

Commit f34bcbf

Browse files
committed
Try to fix version bump tests
1 parent 3954735 commit f34bcbf

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

dev/release/post-10-bump-versions-test.rb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,34 @@ def test_version_post_tag
257257
"+set(PYARROW_VERSION \"#{@next_snapshot_version}\")"],
258258
],
259259
},
260+
{
261+
path: "ci/pixi/asan/cpp.toml",
262+
hunks: [
263+
["-version = \"#{@release_version}a0\"",
264+
"+version = \"#{@next_version}a0\""],
265+
],
266+
},
267+
{
268+
path: "ci/pixi/asan/python/pixi.toml",
269+
hunks: [
270+
["-version = \"#{@release_version}a0\"",
271+
"+version = \"#{@next_version}a0\""],
272+
],
273+
},
274+
{
275+
path: "ci/pixi/default/cpp/pixi.toml",
276+
hunks: [
277+
["-version = \"#{@release_version}a0\"",
278+
"+version = \"#{@next_version}a0\""],
279+
],
280+
},
281+
{
282+
path: "ci/pixi/default/python/pixi.toml",
283+
hunks: [
284+
["-version = \"#{@release_version}a0\"",
285+
"+version = \"#{@next_version}a0\""],
286+
],
287+
},
260288
{
261289
path: "python/pyproject.toml",
262290
hunks: [

0 commit comments

Comments
 (0)