Skip to content

Commit

Permalink
Re-enabled coverage on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 14, 2022
1 parent 3b03178 commit c8e5ba2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ jobs:
run: coverage run -m pytest
env:
PYTEST_DISABLE_PLUGIN_AUTOLOAD: 1
if: ${{ matrix.python-version != '3.11-dev' }}
- name: Test with pytest
run: pytest
env:
PYTEST_DISABLE_PLUGIN_AUTOLOAD: 1
if: ${{ matrix.python-version == '3.11-dev' }}
- name: Upload Coverage
run: coveralls --service=github
env:
Expand Down

0 comments on commit c8e5ba2

Please sign in to comment.