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

Duplicate mutable objects to avoid failures when running tests in random order #2943

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Jan 2, 2024

Description of proposed changes

Similar to #2941, geodataframe and xarray.DataArray objects are also mutable. Need to duplicate the objects to avoid affecting other tests.

Address failures found in #2936

@seisman seisman added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog needs review This PR has higher priority and needs review. labels Jan 2, 2024
@seisman seisman added this to the 0.11.0 milestone Jan 2, 2024
@michaelgrund michaelgrund added final review call This PR requires final review and approval from a second reviewer and removed needs review This PR has higher priority and needs review. labels Jan 3, 2024
@seisman seisman changed the title Duplicate mutable objects to avoid failure when running tests in random order Duplicate mutable objects to avoid failures when running tests in random order Jan 3, 2024
@seisman seisman merged commit 0e8bc15 into main Jan 3, 2024
14 checks passed
@seisman seisman deleted the tests/mutable branch January 3, 2024 07:50
@seisman seisman removed the final review call This PR requires final review and approval from a second reviewer label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants