File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
testing/plugins_integration Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
anyio [curio,trio ]== 4.3.0
2
2
django == 5.0.4
3
3
pytest-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
7
5
pytest-cov == 5.0.0
8
6
pytest-django == 4.8.0
9
7
pytest-flakes == 4.0.5
Original file line number Diff line number Diff line change @@ -134,11 +134,9 @@ changedir = testing/plugins_integration
134
134
deps = -rtesting/plugins_integration/requirements.txt
135
135
setenv =
136
136
PYTHONPATH =.
137
- # Command temporarily removed until pytest-bdd is fixed:
138
- # https://github.com/pytest-dev/pytest/pull/11785
139
- # pytest bdd_wallet.py
140
137
commands =
141
138
pip check
139
+ pytest bdd_wallet.py
142
140
pytest --cov =. simple_integration.py
143
141
pytest --ds =django_settings simple_integration.py
144
142
pytest --html =simple.html simple_integration.py
You can’t perform that action at this time.
0 commit comments