File tree Expand file tree Collapse file tree
testing/plugins_integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11anyio [curio,trio ]== 4.3.0
22django == 5.0.4
33pytest-asyncio == 0.23.6
4- # Temporarily not installed until pytest-bdd is fixed:
5- # https://github.com/pytest-dev/pytest/pull/11785
6- # pytest-bdd==7.0.1
4+ pytest-bdd == 7.1.2
75pytest-cov == 5.0.0
86pytest-django == 4.8.0
97pytest-flakes == 4.0.5
Original file line number Diff line number Diff line change @@ -134,11 +134,9 @@ changedir = testing/plugins_integration
134134deps = -rtesting/plugins_integration/requirements.txt
135135setenv =
136136 PYTHONPATH =.
137- # Command temporarily removed until pytest-bdd is fixed:
138- # https://github.com/pytest-dev/pytest/pull/11785
139- # pytest bdd_wallet.py
140137commands =
141138 pip check
139+ pytest bdd_wallet.py
142140 pytest --cov =. simple_integration.py
143141 pytest --ds =django_settings simple_integration.py
144142 pytest --html =simple.html simple_integration.py
You can’t perform that action at this time.
0 commit comments