Skip to content

Commit c30ffc5

Browse files
authored
Merge pull request #9571 from mgorny/backport-9417
2 parents a6726ab + 741c848 commit c30ffc5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
os: windows-latest
7676
tox_env: "py39-xdist"
7777
- name: "windows-py310"
78-
python: "3.10-dev"
78+
python: "3.10.1"
7979
os: windows-latest
8080
tox_env: "py310-xdist"
8181

@@ -105,7 +105,7 @@ jobs:
105105
os: ubuntu-latest
106106
tox_env: "py39-xdist"
107107
- name: "ubuntu-py310"
108-
python: "3.10-dev"
108+
python: "3.10.1"
109109
os: ubuntu-latest
110110
tox_env: "py310-xdist"
111111
- name: "ubuntu-pypy3"

testing/test_skipping.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,8 +1126,6 @@ def test_func():
11261126
pypy_version_info = getattr(sys, "pypy_version_info", None)
11271127
if pypy_version_info is not None and pypy_version_info < (6,):
11281128
markline = markline[5:]
1129-
elif sys.version_info[:2] >= (3, 10):
1130-
markline = markline[11:]
11311129
elif sys.version_info >= (3, 8) or hasattr(sys, "pypy_version_info"):
11321130
markline = markline[4:]
11331131

0 commit comments

Comments
 (0)