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

test(ci): add test environment for upstream dependencies #2418

Merged
merged 6 commits into from
Oct 21, 2024

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Oct 20, 2024

Adds a new CI job to test against upstream dependencies dev versions (nightly wheels or HEAD).

Closes #1496

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/tutorial.rst
  • Changes documented in docs/release.rst
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

pyproject.toml Outdated Show resolved Hide resolved
[tool.hatch.envs.upstream]
dependencies = [
'numpy>=2.2.0.dev0',
'numcodecs @ git+https://github.com/zarr-developers/numcodecs',
Copy link
Member Author

Choose a reason for hiding this comment

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

It would be great if we could get numcodecs up on the scientific-python-nightly-wheels index...

zarr-developers/numcodecs#313

@jhamman
Copy link
Member Author

jhamman commented Oct 21, 2024

Just tagged a few folks for review here. I've got some good momentum on testing/CI so would appreciate getting this in so I can move on to other related tasks.

@jhamman jhamman merged commit 1e8c0a8 into zarr-developers:main Oct 21, 2024
27 checks passed
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.

[v3] CI ENH: Add testing with the development version of dependencies
3 participants