Skip to content

Commit

Permalink
Update to run tests on latest pypy on Python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban authored Jan 14, 2024
1 parent d2465d8 commit 61e67f2
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.13'
- python-version: 'pypy3.10'
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.13'
- python-version: 'pypy3.10'
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 61e67f2

Please sign in to comment.