Skip to content

Commit

Permalink
[ci] fix python 3.13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jan 9, 2025
1 parent 54bf9fc commit 78d827b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Run tests 🧪
run: >-
inv cover qa
- name: Install coveralls-python from git 📦
if: ${{ matrix.version == '3.13' }}
run: >-
python -m pip install
"coveralls @ git+https://github.com/terop/coveralls-python.git@python_313_support"
- name: Show coverage report 📊
run: >-
coveralls --rcfile=coverage.rc
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ deps =
# Allow failure on PyPy
[testenv:pypy3]
commands = - inv test qa
[testenv:py313]
deps=
coveralls @ git+https://github.com/terop/coveralls-python.git@python_313_support

[testenv:doc]
changedir = docs
Expand Down

0 comments on commit 78d827b

Please sign in to comment.