Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wntrblm/nox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2026.02.09
Choose a base ref
...
head repository: wntrblm/nox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026.04.10
Choose a head ref
  • 15 commits
  • 28 files changed
  • 5 contributors

Commits on Feb 16, 2026

  1. Reapply "feat: drop Python 3.8 (#1004)" (#1060) (#1062)

    This reverts commit 90a8aef.
    henryiii authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    68c619d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e3191 View commit details
    Browse the repository at this point in the history
  3. 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]>
    agriyakhetarpal and ThomasLaPiana authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    fa5e8d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. 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>
    dependabot[bot] authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    0ad8cc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. 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.
    scop authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    5a90136 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. fix: ignore forcecolor falsy (#1073)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    4ff681f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. 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]>
    henryiii authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    bf90952 View commit details
    Browse the repository at this point in the history
  2. 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]>
    henryiii authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    e0f64e6 View commit details
    Browse the repository at this point in the history
  3. 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]>
    henryiii authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    63dcab9 View commit details
    Browse the repository at this point in the history
  4. fix: ignore default selection for tags and keywords (#1057)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    47cb9c3 View commit details
    Browse the repository at this point in the history
  5. 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]>
    henryiii authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    4c7a215 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. fix: fully pin actions in composite action (#1080)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    b6a6156 View commit details
    Browse the repository at this point in the history
  2. ci: add zizmor (#1082)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    2577f31 View commit details
    Browse the repository at this point in the history
  3. 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]>
    henryiii authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    8d5c759 View commit details
    Browse the repository at this point in the history
  4. docs: add thanks section (#1083)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    97e345e View commit details
    Browse the repository at this point in the history
Loading