Skip to content

Commit

Permalink
Remove Python 3.11 nocov configuration since we have no Cython
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Decal <public@richarddecal.com>
  • Loading branch information
crypdick committed Feb 17, 2024
1 parent c8c85fb commit 63aeb9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
cibw_arch: 'x86_64'
cibw_build: false
os: 'ubuntu-latest'
- name: 'py311-nocov (ubuntu/x86_64/manylinux)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311-nocov'
cibw_arch: 'x86_64'
cibw_build: 'cp311-*manylinux*'
os: 'ubuntu-latest'
steps:
- uses: docker/setup-qemu-action@v2
if: matrix.cibw_arch == 'aarch64'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ envlist =
clean,
check,
docs,
{py311}-{cover,nocov},
{py311}-{cover},
report
ignore_basepython_conflict = true

Expand Down

0 comments on commit 63aeb9e

Please sign in to comment.