Skip to content

Commit 9ec5c74

Browse files
ci(pytest-bdd): pin pytest-bdd<6.1 (#4486) (#4488)
(cherry picked from commit c5c8821) Co-authored-by: Munir Abdinur <[email protected]>
1 parent 1c2ab54 commit 9ec5c74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

riotfile.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,8 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
14281428
pkgs={
14291429
"pytest-bdd": [
14301430
">=4.0,<5.0",
1431-
">=6.0,<7.0",
1431+
# FIXME: add support for v6.1
1432+
">=6.0,<6.1",
14321433
]
14331434
},
14341435
),
@@ -1437,8 +1438,8 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
14371438
pkgs={
14381439
"pytest-bdd": [
14391440
">=4.0,<5.0",
1440-
">=6.0,<7.0",
1441-
latest,
1441+
# FIXME: add support for v6.1
1442+
">=6.0,<6.1",
14421443
]
14431444
},
14441445
),

0 commit comments

Comments
 (0)