mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Update dependency pytest to >=8.1.1 (#1974)
* update pytest in deps * update lock file * update lock file
This commit is contained in:
parent
692d0cb132
commit
e2a62e99a0
2 changed files with 137 additions and 32 deletions
|
@ -47,7 +47,7 @@ ipdb = "*"
|
|||
mkdocs = ">=1.4"
|
||||
parse-type = ">=0.6.0"
|
||||
poethepoet = "*"
|
||||
pytest = ">=6.2,<=8.1"
|
||||
pytest = ">=8.1"
|
||||
pytest-bdd = ">=8.0"
|
||||
pytest-clarity = "*"
|
||||
pytest-xdist = ">=2.5.0"
|
||||
|
@ -169,7 +169,7 @@ isolated_build = True
|
|||
|
||||
[testenv]
|
||||
deps =
|
||||
pytest >=6.2,<=8.1
|
||||
pytest >=8.1
|
||||
pytest-bdd >=8.0
|
||||
pytest-xdist >=2.5.0
|
||||
parse-type >=0.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue