Skip to content

Commit

Permalink
okay .13 works, let's stick with that
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Jan 12, 2024
1 parent 315bcf5 commit a459220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ jobs:
# extension.
# There is very little PYPY specific code so there is not much to
# gain from reporting coverage.
- python-version: 'pypy3.10-v7.3.14'
- python-version: 'pypy3.10-v7.3.13'
tox-env: 'alldeps-nocov-posix'
job-name: 'no-coverage'
skip-coverage: yes

# We still run some tests with coverage,
# as there are test with specific code branches for pypy.
- python-version: 'pypy3.10-v7.3.14'
- python-version: 'pypy3.10-v7.3.13'
trial-target: 'twisted.test.test_compat twisted.test.test_defer twisted.internet.test.test_socket twisted.trial.test.test_tests'
job-name: 'with-coverage'

Expand Down

0 comments on commit a459220

Please sign in to comment.