Skip to content

Commit

Permalink
pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 4, 2024
1 parent f97a4d0 commit 4850d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest
pytest-mccabe
pytest-random
mock
pytest-cov
pytest-cov < 6.0.0
pytest-asyncio
flake8
pydocstyle
Expand Down

0 comments on commit 4850d85

Please sign in to comment.