Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traits 6.4.2 bugfix release #1752

Merged
merged 6 commits into from
Aug 7, 2023
Merged

Traits 6.4.2 bugfix release #1752

merged 6 commits into from
Aug 7, 2023

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Jul 26, 2023

This PR (against the maint/6.4 branch) is aimed at a 6.4.2 bugfix release.

Key changes:

The PR is pretty horrendous to review en masse thanks to the changelog updates, but it should be possible to review it commit by commit.

@corranwebster Would you have bandwidth for review at some point? (Feel free to unassign if not.)

mdickinson and others added 4 commits July 26, 2023 16:19
In traitsui, traitsui.__version__ has been deprecated and should be
replaced with importlib.metadata.version('traitsui'). The deprecation
warning raised have also caused test_edit_not_given in
traits/traits/tests/test_configure_traits.py to fail as mentioned in
#1745 . Since the version check is a temporary check to address the
dependency of traits on traits ui and is no longer need, the current PR
fixed this issue by removing all version checks related to
_traitsui_helpers.py.

Closes #1745

Co-authored-by: Chengyu Liu <[email protected]>
(cherry picked from commit 60f918e)
This PR fixes one part of the cause of #1748, namely that a test was
failing on warnings that were unrelated to the test purpose.

(cherry picked from commit d066c6d)
@mdickinson mdickinson marked this pull request as ready for review July 26, 2023 17:34
Copy link
Contributor

@corranwebster corranwebster left a comment

Choose a reason for hiding this comment

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

Reviewed PR-by-PR. Looks good.

@mdickinson mdickinson merged commit 93583b9 into maint/6.4 Aug 7, 2023
27 checks passed
@mdickinson mdickinson deleted the release/6.4.2-bis branch August 7, 2023 10:43
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.

3 participants