Skip to content

Commit 8a3b275

Browse files
committed
Remove joblib tox job
1 parent b1c48c4 commit 8a3b275

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

tox.ini

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ envlist =
33
clean,
44
check,
55
docs,
6-
{py39,py310,py311,py312,py13},
7-
py13-joblib-earliest,
6+
{py39,py310,py311,py312,py313},
87

98
[base]
109
deps =
@@ -27,7 +26,6 @@ basepython =
2726
py311: {env:TOXPYTHON:python3.11}
2827
py312: {env:TOXPYTHON:python3.12}
2928
py313: {env:TOXPYTHON:python3.13}
30-
py313-joblib-earliest: {env:TOXPYTHON:python3.13}
3129
{clean,check,docs,report}: {env:TOXPYTHON:python3}
3230
setenv =
3331
PYTHONPATH={toxinidir}/tests
@@ -41,11 +39,6 @@ deps =
4139
commands =
4240
{posargs:pytest --cov --cov-report=term-missing --benchmark-skip -vv tests}
4341

44-
[testenv:py313-joblib-earliest]
45-
deps =
46-
{[base]deps}
47-
joblib==1.3.0
48-
4942
[testenv:check]
5043
basepython = py313
5144
deps =
@@ -121,4 +114,4 @@ python =
121114
3.10: py310, report
122115
3.11: py311, report
123116
3.12: py312, report
124-
3.13: py313, py313-joblib-earliest, report, check, docs
117+
3.13: py313, report, check, docs

0 commit comments

Comments
 (0)