-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reconfigure Builds and perform more doctests (#1709)
### What kind of change does this PR introduce? * Splits the `notebooks` recipe in the `tox.ini` file * Sets the GitHub Workflows to test the doctests across more builds * Stages the `tox-gh` plugin for eventual integration ### Does this PR introduce a breaking change? Yes, `tox-gh` is now a development dependency and the `"notebooks_doctests"` `tox` recipe has been replaced with `"notebooks"`, while `doctest` has been made into a modifier for typical `tox` runs to also run the documentation examples. ### Other information: https://github.com/tox-dev/tox-gh
- Loading branch information
Showing
5 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -83,6 +83,7 @@ dev = [ | |
"tokenize-rt", | ||
"tox >=4.0", | ||
# "tox-conda", # Will be added when a [email protected]+ compatible plugin is released. | ||
"tox-gh >=1.3.1", | ||
"xdoctest", | ||
"yamllint", | ||
# Documentation and examples | ||
|
This file contains 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
bottleneck @ git+https://github.com/pydata/bottleneck.git@master | ||
cftime @ git+https://github.com/Unidata/cftime.git@master | ||
flox @ git+https://github.com/xarray-contrib/flox.git@main | ||
numba @ git+https://github.com/numba/numba.git@main | ||
xarray @ git+https://github.com/pydata/xarray.git@main |
This file contains 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