-
-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: wntrblm/nox
base: 2026.02.09
head repository: wntrblm/nox
compare: 2026.04.10
- 15 commits
- 28 files changed
- 5 contributors
Commits on Feb 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 68c619d - Browse repository at this point
Copy the full SHA 68c619dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e3191 - Browse repository at this point
Copy the full SHA f4e3191View commit details -
feat: add a
nox --usage <session>command to print full docstrings ……for provided sessions (#1064) * Add `--usage` command scaffold Co-Authored-By: Thomas <[email protected]> * Get docstring of a session function * Add printing docstrings for usage CLI command * Make help message clearer * Fix bug with `default=False` sessions not working * Add tests for `SessionRunner.full_description` * Add some docs * More tests * Remove some lint * Coverage --------- Co-authored-by: Thomas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa5e8d8 - Browse repository at this point
Copy the full SHA fa5e8d8View commit details
Commits on Mar 5, 2026
-
chore(deps): bump the actions group with 3 updates (#1068)
Bumps the actions group with 3 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ad8cc7 - Browse repository at this point
Copy the full SHA 0ad8cc7View commit details
Commits on Mar 12, 2026
-
chore(ci): switch artifact attestations to actions/attest (#1070)
Ref https://github.com/actions/attest-build-provenance#usage > As of version 4, actions/attest-build-provenance is simply a wrapper > on top of actions/attest.
Configuration menu - View commit details
-
Copy full SHA for 5a90136 - Browse repository at this point
Copy the full SHA 5a90136View commit details
Commits on Mar 23, 2026
-
fix: ignore forcecolor falsy (#1073)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ff681f - Browse repository at this point
Copy the full SHA 4ff681fView commit details
Commits on Apr 9, 2026
-
tests: pin to working conda version (#1079)
* tests: working on encoding warning Signed-off-by: Henry Schreiner <[email protected]> * tests: remove conda defaults channel Signed-off-by: Henry Schreiner <[email protected]> * tests: remove test env Signed-off-by: Henry Schreiner <[email protected]> * ci: drop use mamba line Signed-off-by: Henry Schreiner <[email protected]> * tests: print conda version Signed-off-by: Henry Schreiner <[email protected]> * ci: pin conda command Signed-off-by: Henry Schreiner <[email protected]> * ci: try old conda Co-authored-by: Henry Schreiner <[email protected]> * Apply suggestions from code review Co-authored-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf90952 - Browse repository at this point
Copy the full SHA bf90952View commit details -
fix: recreate if broken symlinks are present (#1078)
* fix: recreate if broken symlinks are present Signed-off-by: Henry Schreiner <[email protected]> * tests: ignore encoding warning from conda Signed-off-by: Henry Schreiner <[email protected]> * tests: avoid warning when calling conda instead Signed-off-by: Henry Schreiner <[email protected]> * tests: try different mechanism Signed-off-by: Henry Schreiner <[email protected]> * Remove reset_python_warn_env fixture Removed the reset_python_warn_env fixture to avoid issues with conda tests on Windows. --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0f64e6 - Browse repository at this point
Copy the full SHA e0f64e6View commit details -
fix: more uv variables set (#1056)
* fix: more uv variables set Signed-off-by: Henry Schreiner <[email protected]> * Apply suggestions from code review --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63dcab9 - Browse repository at this point
Copy the full SHA 63dcab9View commit details -
fix: ignore default selection for tags and keywords (#1057)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47cb9c3 - Browse repository at this point
Copy the full SHA 47cb9c3View commit details -
fix: write out .gitignore/CACHEDIR.TAG to our dir (#1072)
* chore: write out gitignore to our dir Signed-off-by: Henry Schreiner <[email protected]> * Update nox/virtualenv.py * chore: also CACHEDIR.TAG Signed-off-by: Henry Schreiner <[email protected]> * tests: add some tests Signed-off-by: Henry Schreiner <[email protected]> * fix: address feedback Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c7a215 - Browse repository at this point
Copy the full SHA 4c7a215View commit details
Commits on Apr 10, 2026
-
fix: fully pin actions in composite action (#1080)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6a6156 - Browse repository at this point
Copy the full SHA b6a6156View commit details -
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2577f31 - Browse repository at this point
Copy the full SHA 2577f31View commit details -
chore: prepare for 2026.04.10 (#1081)
* chore: prepare for 2026.04.10 Signed-off-by: Henry Schreiner <[email protected]> * Add entry for 'Use zizmor' in CHANGELOG * chore: bump version Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d5c759 - Browse repository at this point
Copy the full SHA 8d5c759View commit details -
docs: add thanks section (#1083)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97e345e - Browse repository at this point
Copy the full SHA 97e345eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2026.02.09...2026.04.10