Avoid pytest-bdd 5 for now
See https://github.com/pytest-dev/pytest-bdd/issues/447
This commit is contained in:
parent
ccf624365c
commit
4558798043
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue