Skip to content

Commit

Permalink
Merge pull request #1681 from twisted/10291-fix_build
Browse files Browse the repository at this point in the history
Author: glyph
Reviewer: adiroiban
Fixes: ticket:10291

Tests are now passing again; some python3.6 builds and the pypy3.6 build were dropped.
  • Loading branch information
glyph committed Jan 15, 2022
2 parents dee676b + e563505 commit 29535e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -68,8 +68,6 @@ jobs:
# extension.
# There is very little PYPY specific code so there is not much to
# gain from reporting coverage.
- python-version: pypy-3.6
tox-env: alldeps-nocov-posix
- python-version: pypy-3.7
tox-env: alldeps-nocov-posix
# We still run some tests with coverage
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines/run_test_steps.yml
Expand Up @@ -9,7 +9,6 @@ parameters:
- name: pythonVersion
type: string
values:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
Empty file.

0 comments on commit 29535e5

Please sign in to comment.