Skip to content

Fix ci and update max decimal precision#342

Open
ThCompiler wants to merge 4 commits into
tarantool:masterfrom
ThCompiler:fix-ci
Open

Fix ci and update max decimal precision#342
ThCompiler wants to merge 4 commits into
tarantool:masterfrom
ThCompiler:fix-ci

Conversation

@ThCompiler

@ThCompiler ThCompiler commented Jun 26, 2026

Copy link
Copy Markdown

I have found that some workflow jobs fail.

Windows system jobs fail because the default version of setuptools is 65.5.0 in the CI image. When dependencies are installed in a step, setuptools updates to the latest version 82.0.1 which meets the requirements of >=75.3.2. The pkg_resources has been removed in this version of setuptools. https://setuptools.pypa.io/en/latest/. I set the upper bound for the setuptools version to <82.0 in the testing requirements.

In Linux, a jobs that use the master Tarantool branch fail because the maximum decimal precision has been increased to 76 in Tarantool 3.5. tarantool/tarantool#11497. I supported new decimal precision msgpack extension.

Finally, I updated the build os version for the readthedocs to 24.04, as it stopped supporting 20.04. 24.04 was selected based on a similar version update in #330.

Should fix #335 and #334.

Comment thread CHANGELOG.md Outdated
Comment on lines +15 to +16
- Bump readthedocs build os version to ubuntu-24.04 (PR #342).
Ubuntu-20.04 is no longer supported.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one is purely internal and can be omitted in the CHANGELOG

@ThCompiler ThCompiler Jun 29, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unittest.loader._FailedTest.suites fails with setuptools 82 due to missing pkg_resources

2 participants