From 4850d8513c2bc210e12627d4fe5534096e7efd12 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Mon, 4 Nov 2024 07:20:27 +0000 Subject: [PATCH] pytest-cov --- .github/workflows/ci.yaml | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80247607a..4356c974b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12] env: MOLER_DEBUG_THREADS: True - PYTHON_COVERAGE: '3.11' + PYTHON_COVERAGE: '3.12' steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.os }} ${{ matrix.python-version }} diff --git a/requirements/test.txt b/requirements/test.txt index 285c14b67..077a67b0c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ pytest pytest-mccabe pytest-random mock -pytest-cov +pytest-cov < 6.0.0 pytest-asyncio flake8 pydocstyle