File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ pytest-bdd>=7.2.0
Original file line number Diff line number Diff line change 11delayed-assert
22pytest-cov
33pytest-parallel
4- pytest-bdd >= 7.2.0
Original file line number Diff line number Diff line change 22isolated_build = True
33envlist =
44 pep
5+ nobdd
56 py38
67 py39
78 py310
@@ -13,12 +14,23 @@ envlist =
1314deps =
1415 -rrequirements.txt
1516 -rrequirements-dev.txt
17+ -rrequirements-dev-bdd.txt
1618
1719setenv =
1820 AGENT_NO_ANALYTICS = 1
1921
2022commands = pytest --cov ={envsitepackagesdir}/pytest_reportportal --cov-report =xml tests/ -s -vv
2123
24+ [testenv:nobdd]
25+ deps =
26+ -rrequirements.txt
27+ -rrequirements-dev.txt
28+
29+ setenv =
30+ AGENT_NO_ANALYTICS = 1
31+
32+ commands = pytest --cov ={envsitepackagesdir}/pytest_reportportal --cov-report =xml tests/ -s -vv --ignore tests/integration/test_bdd.py
33+
2234[testenv:pep]
2335skip_install = True
2436deps = pre-commit>=1.19.0
@@ -28,7 +40,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
2840python =
2941 3.8: py38
3042 3.9: py39
31- 3.10: pep, py310
43+ 3.10: pep, nobdd, py310
3244 3.11: py311
3345 3.12: py312
3446 3.13: py313
You can’t perform that action at this time.
0 commit comments