Skip to content

Commit c3e9bd4

Browse files
authored
Merge pull request #12271 from bluetech/restore-bdd
testing: restore integration testing with pytest-bdd
2 parents 1385ec1 + b660596 commit c3e9bd4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

testing/plugins_integration/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
anyio[curio,trio]==4.3.0
22
django==5.0.4
33
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
75
pytest-cov==5.0.0
86
pytest-django==4.8.0
97
pytest-flakes==4.0.5

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,9 @@ changedir = testing/plugins_integration
134134
deps = -rtesting/plugins_integration/requirements.txt
135135
setenv =
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
140137
commands =
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

0 commit comments

Comments
 (0)