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

Merge pytest-xdist latest changes + correct lint errors in nTop fork #6

Merged
merged 13 commits into from
Sep 20, 2024

Commits on Aug 27, 2024

  1. [pre-commit.ci] pre-commit autoupdate (pytest-dev#1120)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2)
    - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    548280f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. build(deps): bump pypa/gh-action-pypi-publish (pytest-dev#1123)

    Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6f0620f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [pre-commit.ci] pre-commit autoupdate (pytest-dev#1124)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](astral-sh/ruff-pre-commit@v0.6.2...v0.6.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    59866c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    00231dc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. build(deps): bump the github-actions group with 2 updates (pytest-dev…

    …#1127)
    
    Bumps the github-actions group with 2 updates: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `hynek/build-and-inspect-python-package` from 2.8 to 2.9
    - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases)
    - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md)
    - [Commits](hynek/build-and-inspect-python-package@v2.8...v2.9)
    
    Updates `pypa/gh-action-pypi-publish` from 1.10.0 to 1.10.1
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: hynek/build-and-inspect-python-package
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    38656ea View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (pytest-dev#1128)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.3...v0.6.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b05a5bc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. [pre-commit.ci] pre-commit autoupdate (pytest-dev#1129)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a66354a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    a1dfb69 View commit details
    Browse the repository at this point in the history
  2. all ruff checks should pass

    ciaconet committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    05b9494 View commit details
    Browse the repository at this point in the history
  3. mypy fixes

    ciaconet committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b809187 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    0077510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef7bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e8cbff View commit details
    Browse the repository at this point in the history