mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Limit pytest-bdd to <6.0 to temporarily avoid breaking changes (#1536)
This will unblock other tests for now
This commit is contained in:
parent
0279637fe4
commit
db6f80d721
2 changed files with 26 additions and 148 deletions
|
@ -51,7 +51,7 @@ mkdocs = ">=1.0,<1.3"
|
|||
poethepoet = "*"
|
||||
pyproject-flake8 = "*"
|
||||
pytest = ">=6.2"
|
||||
pytest-bdd = ">=4.0.1"
|
||||
pytest-bdd = ">=4.0.1,<6.0"
|
||||
pytest-clarity = "*"
|
||||
pytest-xdist = ">=2.5.0"
|
||||
toml = ">=0.10"
|
||||
|
@ -158,7 +158,7 @@ isolated_build = True
|
|||
[testenv]
|
||||
deps =
|
||||
pytest >= 6.2
|
||||
pytest-bdd >=4.0.1
|
||||
pytest-bdd >=4.0.1,<6.0
|
||||
pytest-xdist >=2.5.0
|
||||
toml >=0.10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue