testing: restore integration testing with pytest-bdd

The problem was fixed.
This commit is contained in:
Ran Benita 2024-04-29 20:50:34 +03:00
parent ebc4540436
commit b660596f61
2 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,7 @@
anyio[curio,trio]==4.3.0
django==5.0.4
pytest-asyncio==0.23.6
# Temporarily not installed until pytest-bdd is fixed:
# https://github.com/pytest-dev/pytest/pull/11785
# pytest-bdd==7.0.1
pytest-bdd==7.1.2
pytest-cov==5.0.0
pytest-django==4.8.0
pytest-flakes==4.0.5

View File

@ -134,11 +134,9 @@ changedir = testing/plugins_integration
deps = -rtesting/plugins_integration/requirements.txt
setenv =
PYTHONPATH=.
# Command temporarily removed until pytest-bdd is fixed:
# https://github.com/pytest-dev/pytest/pull/11785
# pytest bdd_wallet.py
commands =
pip check
pytest bdd_wallet.py
pytest --cov=. simple_integration.py
pytest --ds=django_settings simple_integration.py
pytest --html=simple.html simple_integration.py