Skip to content

Commit

Permalink
Remove stray stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 28, 2024
1 parent e1dcd91 commit 0c32498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,78 +307,6 @@ jobs:
python_arch: 'arm64'
tox_env: 'py312-pytest83-xdist-nocov'
os: 'macos-latest'
- name: 'pypy37-pytest83-nodist-cover (ubuntu)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-nodist-cover'
os: 'ubuntu-latest'
- name: 'pypy37-pytest83-nodist-cover (windows)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-nodist-cover'
os: 'windows-latest'
- name: 'pypy37-pytest83-nodist-cover (macos)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'arm64'
tox_env: 'pypy37-pytest83-nodist-cover'
os: 'macos-latest'
- name: 'pypy37-pytest83-nodist-nocov (ubuntu)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-nodist-nocov'
os: 'ubuntu-latest'
- name: 'pypy37-pytest83-nodist-nocov (windows)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-nodist-nocov'
os: 'windows-latest'
- name: 'pypy37-pytest83-nodist-nocov (macos)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'arm64'
tox_env: 'pypy37-pytest83-nodist-nocov'
os: 'macos-latest'
- name: 'pypy37-pytest83-xdist-cover (ubuntu)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-xdist-cover'
os: 'ubuntu-latest'
- name: 'pypy37-pytest83-xdist-cover (windows)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-xdist-cover'
os: 'windows-latest'
- name: 'pypy37-pytest83-xdist-cover (macos)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'arm64'
tox_env: 'pypy37-pytest83-xdist-cover'
os: 'macos-latest'
- name: 'pypy37-pytest83-xdist-nocov (ubuntu)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-xdist-nocov'
os: 'ubuntu-latest'
- name: 'pypy37-pytest83-xdist-nocov (windows)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'x64'
tox_env: 'pypy37-pytest83-xdist-nocov'
os: 'windows-latest'
- name: 'pypy37-pytest83-xdist-nocov (macos)'
python: 'pypy-3.7'
toxpython: 'pypy3.7'
python_arch: 'arm64'
tox_env: 'pypy37-pytest83-xdist-nocov'
os: 'macos-latest'
- name: 'pypy39-pytest83-nodist-cover (ubuntu)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
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,
{py39,py310,py311,py312,pypy37,pypy39,pypy310}-{pytest83}-{nodist,xdist}-{cover,nocov},
{py39,py310,py311,py312,pypy39,pypy310}-{pytest83}-{nodist,xdist}-{cover,nocov},
report
ignore_basepython_conflict = true

Expand Down

0 comments on commit 0c32498

Please sign in to comment.