mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Support pytest_bdd 7.1.2 and later (#1878)
* Support pytest_bdd 7.1.2 and later Fix #1875. * Prevent use of pytest 8.1 for now due to unrelated error * poetry lock --no-update --------- Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
parent
2af05e4008
commit
48b61f6953
3 changed files with 17 additions and 24 deletions
|
@ -47,7 +47,7 @@ ipdb = "*"
|
|||
mkdocs = ">=1.4"
|
||||
parse-type = ">=0.6.0"
|
||||
poethepoet = "*"
|
||||
pytest = ">=6.2"
|
||||
pytest = ">=6.2,<=8.1"
|
||||
pytest-bdd = ">=6.0"
|
||||
pytest-clarity = "*"
|
||||
pytest-xdist = ">=2.5.0"
|
||||
|
@ -169,7 +169,7 @@ isolated_build = True
|
|||
|
||||
[testenv]
|
||||
deps =
|
||||
pytest >= 6.2
|
||||
pytest >=6.2,<=8.1
|
||||
pytest-bdd >=6.0
|
||||
pytest-xdist >=2.5.0
|
||||
parse-type >=0.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue