Skip to content

Commit

Permalink
Fixes from code reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 27, 2023
1 parent 4653db6 commit a308883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.9", "3.11"]
python-version: ["pypy-3.7", "3.11"]
target: [
"src-layout",
"adhoc-layout",
Expand Down Expand Up @@ -150,24 +150,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py311-pytest72-xdist320-coverage65'
os: 'macos-latest'
- name: 'pypy37-pytest71-xdist250-coverage64 (ubuntu)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest71-xdist250-coverage64'
os: 'ubuntu-latest'
- name: 'pypy37-pytest71-xdist250-coverage64 (windows)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest71-xdist250-coverage64'
os: 'windows-latest'
- name: 'pypy37-pytest71-xdist250-coverage64 (macos)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest71-xdist250-coverage64'
os: 'macos-latest'
- name: 'pypy38-pytest71-xdist250-coverage64 (ubuntu)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -91,7 +91,6 @@ commands =
[testenv:check]
deps =
check-manifest
colorama
docutils
flake8
isort
Expand Down

0 comments on commit a308883

Please sign in to comment.