-
-
Notifications
You must be signed in to change notification settings - Fork 56
Update and improve test environments #432
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
Draft
m-albert
wants to merge
15
commits into
dask:main
Choose a base branch
from
m-albert:update-test-environments
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 11 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
50d662b
Make dask[dataframe] and pandas optional, only required for find_obje…
astrofrog d1e295f
Add minimal-install CI job and opt existing jobs into [dataframe] ext…
astrofrog 67e74e7
Fix scipy 1.14+ generic_filter compat and exclude _version.py from fl…
astrofrog ee2aa0c
Add conda environment configuration for Python 3.13
m-albert 0d8fea6
Update Python requirement to 3.10 and remove 3.9 classifier from pypr…
m-albert d3f8d7e
Update Python versions in CI workflow and add environment configurati…
m-albert e376f7f
Add test job for dask-image with all extras on latest dependencies
m-albert 83a45b9
Run test-minimal on all platforms
m-albert 7f4b2f2
Add Python 3.13 and 3.14 classifiers to pyproject.toml
m-albert becec91
Update pip version to 24.3.1 in environment-3.13.yml
m-albert a41707a
Update pip version to 25.0.1 in environment-3.14.yml
m-albert 57e117d
Remove Python 3.14 from test matrix and classifiers in workflow and p…
m-albert 7f22f91
Remove Python 3.14 test environment configuration
m-albert 2d49119
Update pims version to 0.7 in environment-3.13.yml
m-albert 3ecc2fd
Update Python version to 3.10 in environment-doc.yml
m-albert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| name: dask-image-testenv | ||
|
|
||
| channels: | ||
| - conda-forge | ||
|
|
||
| dependencies: | ||
| - python=3.13.* | ||
| - pip==24.3.1 | ||
| - coverage==7.6.1 | ||
| - flake8==7.1.1 | ||
| - pytest==8.3.4 | ||
| - pytest-cov==6.0.0 | ||
| - pytest-flake8==1.3.0 | ||
| - pytest-timeout >=2.3.1 | ||
| - dask==2025.1.0 | ||
| - numpy==2.2.0 | ||
| - scipy==1.15.0 | ||
| - scikit-image==0.25.0 | ||
| - pims==0.6.1 | ||
| - slicerator==1.1.0 | ||
| - pandas==2.2.3 | ||
| - twine==6.0.1 | ||
| - pip: | ||
| - build==1.2.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| name: dask-image-testenv | ||
|
|
||
| channels: | ||
| - conda-forge | ||
|
|
||
| dependencies: | ||
| - python=3.14.* | ||
| - pip==25.0.1 | ||
| - coverage==7.6.1 | ||
| - flake8==7.1.1 | ||
| - pytest==8.3.4 | ||
| - pytest-cov==6.0.0 | ||
| - pytest-flake8==1.3.0 | ||
| - pytest-timeout >=2.3.1 | ||
| - dask==2025.1.0 | ||
| - numpy==2.2.0 | ||
| - scipy==1.15.0 | ||
| - scikit-image==0.25.0 | ||
| - pims==0.6.1 | ||
| - slicerator==1.1.0 | ||
| - pandas==2.2.3 | ||
| - twine==6.0.1 | ||
| - pip: | ||
| - build==1.2.2 |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deploy(and potentiallycoveralls) still only depends ontest. With the newtest-minimalandtest-latest-all-extrasjobs, a tagged release could publish even if those new test jobs fail, since they are not included indeploy.needs. Update the workflow sodeploy.needs(and any other gating jobs) includes the new test jobs.