Skip to content

Commit db10812

Browse files
committed
Fixes for Python 3.8
1 parent 269f21b commit db10812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_bdd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,7 @@ def test_rp_tests_attributes_rule(mock_client_init):
11001100
assert scenario_call[1]["attributes"] == [{"key": "test_key", "value": "test_value"}]
11011101

11021102

1103+
@pytest.mark.skipif(pytest_bdd_version[0] < 8, reason="Only for pytest-bdd 8+")
11031104
@pytest.mark.parametrize("rp_hierarchy_code, scenario_idx", [(True, 2), (False, 0)])
11041105
@mock.patch(REPORT_PORTAL_SERVICE)
11051106
def test_rp_tests_attributes_rule_hierarchy(mock_client_init, rp_hierarchy_code, scenario_idx):

0 commit comments

Comments
 (0)