Skip to content

Commit 0c32498

Browse files
committed
Remove stray stuff.
1 parent e1dcd91 commit 0c32498

File tree

2 files changed

+1
-73
lines changed

2 files changed

+1
-73
lines changed

.github/workflows/github-actions.yml

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -307,78 +307,6 @@ jobs:
307307
python_arch: 'arm64'
308308
tox_env: 'py312-pytest83-xdist-nocov'
309309
os: 'macos-latest'
310-
- name: 'pypy37-pytest83-nodist-cover (ubuntu)'
311-
python: 'pypy-3.7'
312-
toxpython: 'pypy3.7'
313-
python_arch: 'x64'
314-
tox_env: 'pypy37-pytest83-nodist-cover'
315-
os: 'ubuntu-latest'
316-
- name: 'pypy37-pytest83-nodist-cover (windows)'
317-
python: 'pypy-3.7'
318-
toxpython: 'pypy3.7'
319-
python_arch: 'x64'
320-
tox_env: 'pypy37-pytest83-nodist-cover'
321-
os: 'windows-latest'
322-
- name: 'pypy37-pytest83-nodist-cover (macos)'
323-
python: 'pypy-3.7'
324-
toxpython: 'pypy3.7'
325-
python_arch: 'arm64'
326-
tox_env: 'pypy37-pytest83-nodist-cover'
327-
os: 'macos-latest'
328-
- name: 'pypy37-pytest83-nodist-nocov (ubuntu)'
329-
python: 'pypy-3.7'
330-
toxpython: 'pypy3.7'
331-
python_arch: 'x64'
332-
tox_env: 'pypy37-pytest83-nodist-nocov'
333-
os: 'ubuntu-latest'
334-
- name: 'pypy37-pytest83-nodist-nocov (windows)'
335-
python: 'pypy-3.7'
336-
toxpython: 'pypy3.7'
337-
python_arch: 'x64'
338-
tox_env: 'pypy37-pytest83-nodist-nocov'
339-
os: 'windows-latest'
340-
- name: 'pypy37-pytest83-nodist-nocov (macos)'
341-
python: 'pypy-3.7'
342-
toxpython: 'pypy3.7'
343-
python_arch: 'arm64'
344-
tox_env: 'pypy37-pytest83-nodist-nocov'
345-
os: 'macos-latest'
346-
- name: 'pypy37-pytest83-xdist-cover (ubuntu)'
347-
python: 'pypy-3.7'
348-
toxpython: 'pypy3.7'
349-
python_arch: 'x64'
350-
tox_env: 'pypy37-pytest83-xdist-cover'
351-
os: 'ubuntu-latest'
352-
- name: 'pypy37-pytest83-xdist-cover (windows)'
353-
python: 'pypy-3.7'
354-
toxpython: 'pypy3.7'
355-
python_arch: 'x64'
356-
tox_env: 'pypy37-pytest83-xdist-cover'
357-
os: 'windows-latest'
358-
- name: 'pypy37-pytest83-xdist-cover (macos)'
359-
python: 'pypy-3.7'
360-
toxpython: 'pypy3.7'
361-
python_arch: 'arm64'
362-
tox_env: 'pypy37-pytest83-xdist-cover'
363-
os: 'macos-latest'
364-
- name: 'pypy37-pytest83-xdist-nocov (ubuntu)'
365-
python: 'pypy-3.7'
366-
toxpython: 'pypy3.7'
367-
python_arch: 'x64'
368-
tox_env: 'pypy37-pytest83-xdist-nocov'
369-
os: 'ubuntu-latest'
370-
- name: 'pypy37-pytest83-xdist-nocov (windows)'
371-
python: 'pypy-3.7'
372-
toxpython: 'pypy3.7'
373-
python_arch: 'x64'
374-
tox_env: 'pypy37-pytest83-xdist-nocov'
375-
os: 'windows-latest'
376-
- name: 'pypy37-pytest83-xdist-nocov (macos)'
377-
python: 'pypy-3.7'
378-
toxpython: 'pypy3.7'
379-
python_arch: 'arm64'
380-
tox_env: 'pypy37-pytest83-xdist-nocov'
381-
os: 'macos-latest'
382310
- name: 'pypy39-pytest83-nodist-cover (ubuntu)'
383311
python: 'pypy-3.9'
384312
toxpython: 'pypy3.9'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ envlist =
1414
clean,
1515
check,
1616
docs,
17-
{py39,py310,py311,py312,pypy37,pypy39,pypy310}-{pytest83}-{nodist,xdist}-{cover,nocov},
17+
{py39,py310,py311,py312,pypy39,pypy310}-{pytest83}-{nodist,xdist}-{cover,nocov},
1818
report
1919
ignore_basepython_conflict = true
2020

0 commit comments

Comments
 (0)