Limit pytest-bdd to <6.0 to temporarily avoid breaking changes (#1536)

This will unblock other tests for now
This commit is contained in:
Jonathan Wren 2022-07-09 11:54:15 -07:00 committed by GitHub
parent 0279637fe4
commit db6f80d721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 148 deletions

View file

@ -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