From 6f3f314ceb13580ad6c196a7a75fb759a8f4764b Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:06:45 +0100 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/python_ci_macos.yml | 4 ++-- .pre-commit-config.yaml | 2 +- tox.ini | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 70970f2..a825c81 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -18,8 +18,8 @@ permissions: jobs: tests: - name: "macos-latest / Python ${{ matrix.config.python-version }}" - runs-on: "macos-latest" + name: "macos-13 / Python ${{ matrix.config.python-version }}" + runs-on: "macos-13" continue-on-error: ${{ matrix.config.experimental }} env: USING_COVERAGE: '3.8,3.9,3.10,3.11,3.12' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 673ad8a..08dab64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: bind-requirements - repo: https://github.com/domdfcoding/flake8-dunder-all - rev: v0.3.1 + rev: v0.4.1 hooks: - id: ensure-dunder-all files: ^libgunshotmatch/.*\.py$ diff --git a/tox.ini b/tox.ini index fcdd91d..2a3122e 100644 --- a/tox.ini +++ b/tox.ini @@ -43,6 +43,9 @@ commands = python --version python -m pytest --cov=libgunshotmatch -r aR tests/ {posargs} +[testenv:.package] +setenv = PIP_DISABLE_PIP_VERSION_CHECK=1 + [testenv:py312] setenv = PIP_DISABLE_PIP_VERSION_CHECK=1