mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
update pytest in deps
This commit is contained in:
parent
7ad6fca011
commit
249ad1226e
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ ipdb = "*"
|
||||||
mkdocs = ">=1.4"
|
mkdocs = ">=1.4"
|
||||||
parse-type = ">=0.6.0"
|
parse-type = ">=0.6.0"
|
||||||
poethepoet = "*"
|
poethepoet = "*"
|
||||||
pytest = ">=6.2,<=8.1"
|
pytest = ">=8.1"
|
||||||
pytest-bdd = ">=8.0"
|
pytest-bdd = ">=8.0"
|
||||||
pytest-clarity = "*"
|
pytest-clarity = "*"
|
||||||
pytest-xdist = ">=2.5.0"
|
pytest-xdist = ">=2.5.0"
|
||||||
|
@ -169,7 +169,7 @@ isolated_build = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
pytest >=6.2,<=8.1
|
pytest >=8.1
|
||||||
pytest-bdd >=8.0
|
pytest-bdd >=8.0
|
||||||
pytest-xdist >=2.5.0
|
pytest-xdist >=2.5.0
|
||||||
parse-type >=0.6.0
|
parse-type >=0.6.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue