Avoid pytest-bdd 5 for now

See https://github.com/pytest-dev/pytest-bdd/issues/447
This commit is contained in:
Florian Bruhin 2021-10-30 13:23:07 +02:00
parent ccf624365c
commit 4558798043
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ git+https://github.com/HypothesisWorks/hypothesis.git#subdirectory=hypothesis-py
git+https://github.com/pytest-dev/pytest.git
# Problematic: https://github.com/pytest-dev/pytest-bdd/issues/447
# git+https://github.com/pytest-dev/pytest-bdd.git
pytest-bdd
pytest-bdd<5
git+https://github.com/ionelmc/pytest-benchmark.git
git+https://github.com/pytest-dev/pytest-instafail.git
git+https://github.com/pytest-dev/pytest-mock.git

View File

@ -4,7 +4,8 @@ coverage
Flask
hypothesis
pytest
pytest-bdd
# https://github.com/pytest-dev/pytest-bdd/issues/447
pytest-bdd<5
pytest-benchmark
pytest-instafail
pytest-mock