File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,31 +33,30 @@ usedevelop =
3333 cover: true
3434 nocov: false
3535deps =
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
5251commands =
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]
5756deps =
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]
7372usedevelop = true
You can’t perform that action at this time.
0 commit comments