Skip to content

handle python 3.12.1 change to skip behavior#100

Merged
swryan merged 3 commits intoOpenMDAO:masterfrom
swryan:99_skip
Dec 28, 2023
Merged

handle python 3.12.1 change to skip behavior#100
swryan merged 3 commits intoOpenMDAO:masterfrom
swryan:99_skip

Conversation

@swryan
Copy link

@swryan swryan commented Dec 28, 2023

Summary

As of Python 3.12.1, startTest is not called before processing skips, so we
will add the test to our list without calling the super() startTest method

Related Issues

Backwards incompatibilities

None

New Dependencies

None

Copy link

@crecine crecine left a comment

Choose a reason for hiding this comment

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

Pulling in the changes to my local environment fixed the issue with skipped tests causing failures: #99 (comment)

@swryan swryan merged commit dc577f7 into OpenMDAO:master Dec 28, 2023
@swryan swryan deleted the 99_skip branch May 28, 2024 20:18
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.

Unit tests with the skip decorator fail in Python 3.12.1

2 participants