Skip to content

Commit 15544f0

Browse files
SyntaxColoringseifertm
authored andcommitted
Revert GitHub Actions and Tox changes.
We can only reproduce this on specific Python 3.10.x patch versions, but we can't easily test those in CI. Give up the attempt.
1 parent 6316b28 commit 15544f0

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu, windows]
65-
python-version: ['3.8', '3.9', 3.10.8, '3.10', '3.11', '3.12']
65+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
6666

6767
steps:
6868
- uses: actions/checkout@v4

tox.ini

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.14.0
3-
envlist = py38, py39, py3108, py310, py311, py312, pytest-min, docs
3+
envlist = py38, py39, py310, py311, py312, pytest-min, docs
44
isolated_build = true
55
passenv =
66
CI
@@ -25,14 +25,6 @@ commands = make test
2525
allowlist_externals =
2626
make
2727

28-
[testenv:py3108]
29-
# Python 3.10.8 is the most recent version that triggers
30-
# https://github.com/pytest-dev/pytest-asyncio/issues/757.
31-
#
32-
# We need to set basepython explicitly here because if we just added "py3108" to
33-
# envlist, tox would interpret that as "py310".
34-
basepython = python3.10.8
35-
3628
[testenv:docs]
3729
extras = docs
3830
deps =
@@ -47,7 +39,6 @@ allowlist_externals =
4739
python =
4840
3.8: py38, pytest-min
4941
3.9: py39
50-
3.10.8: py3108
5142
3.10: py310
5243
3.11: py311
5344
3.12: py312

0 commit comments

Comments
 (0)