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

update pytest config and un-xfail some tests #8246

Merged
merged 10 commits into from
Sep 30, 2023

Conversation

mathause
Copy link
Collaborator

@mathause mathause commented Sep 28, 2023

This partly updates the pytest config as suggested in #8239 and un-xfails some tests (or xfails the tests more precisely).

See #8239 (comment) for why we cannot exactly follow the suggestions given in #8239

xarray/tests/test_backends.py Outdated Show resolved Hide resolved
xarray/tests/test_backends.py Outdated Show resolved Hide resolved
xarray/tests/test_variable.py Outdated Show resolved Hide resolved
xarray/tests/test_units.py Outdated Show resolved Hide resolved
@mathause
Copy link
Collaborator Author

Got the tests to pass. Thanks for the review @headtr1ck

@headtr1ck headtr1ck added CI Continuous Integration tools plan to merge Final call for comments labels Sep 28, 2023
def test_vectorized_indexing_negative_step(self) -> None:
if not has_dask:
pytest.xfail(
reason="zarr without dask handles negative steps in slices incorrectly"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still failing? I fixed an obscure bug here: #7586

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting. can you open an issue for this test please?

@github-actions github-actions bot removed the CI Continuous Integration tools label Sep 29, 2023
@mathause mathause merged commit d8c166b into pydata:main Sep 30, 2023
24 checks passed
@mathause mathause deleted the pytest_config_unxfail branch September 30, 2023 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan to merge Final call for comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants