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

Simplify testing setup + Python 3.12 tests #338

Merged
merged 9 commits into from
Feb 6, 2024

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Dec 4, 2023

I got a bit distracted by wanting to add Python 3.12 testing here 😄 This generally cleans up the testing infastructure by:

I also noticed fsspec==2023.6.0 was pinned for tests, but newer versions of fsspec break the tests. So I've pinned fsspec in setup.py correctly.

@dstansby dstansby changed the title Simplify testing setup Simplify testing setup + Python 3.12 tests Dec 4, 2023
@will-moore will-moore requested a review from jburel December 6, 2023 12:14
Copy link
Member

@will-moore will-moore left a comment

Choose a reason for hiding this comment

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

Looks good, Thanks.
We now have 18 Checks for this PR at https://github.com/ome/ome-zarr-py/pull/338/checks compared with 12 at previously merged PR
https://github.com/ome/ome-zarr-py/pull/326/checks so more complete coverage.

pytest.ini Outdated Show resolved Hide resolved
tox.ini Show resolved Hide resolved
tox.ini Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
with:
python-version: ${{ matrix.python_version }}

- name: Install ubuntu libraries
Copy link
Member

Choose a reason for hiding this comment

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

I'm concerned that by skipping these we're now omitting a test. Or did those tests get moved to napari-ome-zarr, @will-moore?

CHANGELOG.md Outdated Show resolved Hide resolved
@joshmoore joshmoore merged commit 5a405be into ome:master Feb 6, 2024
20 checks passed
@dstansby dstansby deleted the test-setup branch February 6, 2024 16:57
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