Skip to content

Commit c994224

Browse files
committed
Bump some test deps.
1 parent b11b71b commit c994224

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

tox.ini

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,30 @@ usedevelop =
3333
cover: true
3434
nocov: false
3535
deps =
36-
pytest-instafail==0.5.0
3736
xdist: pytest-xdist==3.8.0
3837
pytest84: pytest==8.4.2
39-
pytest90: pytest==9.0.0
38+
pytest90: pytest==9.0.2
4039
cover: pytest-cov
4140
setuptools>=80
4241
cover: coverage
4342
pypy: jitviewer
4443
aspectlib==2.0.0
45-
pygal==3.0.5
44+
pygal==3.1.0
4645
pygaljs==1.0.2
4746
freezegun
4847
hunter
4948
setuptools
50-
elasticsearch==9.1.0
49+
elasticsearch==9.3.0
5150
nbmake
5251
commands =
5352
nocov: {posargs:pytest -vv --ignore=src}
5453
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv}
55-
54+
allowlist_externals = *
5655
[testenv:check]
5756
deps =
5857
docutils
5958
check-manifest
60-
pre-commit
59+
prek
6160
readme-renderer
6261
pygments
6362
twine
@@ -67,7 +66,7 @@ commands =
6766
uv build --sdist --out-dir build
6867
twine check build/*.tar.gz
6968
check-manifest .
70-
pre-commit run --all-files --show-diff-on-failure
69+
prek run --all-files --show-diff-on-failure
7170

7271
[testenv:docs]
7372
usedevelop = true

0 commit comments

Comments
 (0)