Skip to content

Commit 1a5a2c2

Browse files
authored
fix(deps): pin pytest until the pytest-cases plugin is getting fixed (#1209)
1 parent b3bbbd4 commit 1a5a2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ hooks = [
6464
test = [
6565
"faker ==40.19.1",
6666
"hypothesis >=6.21.0,<6.152.10",
67-
"pytest >=9.0.3,<10.0.0",
67+
"pytest >=9.0.3,<9.1.0", # Pin until fixed: https://github.com/smarie/python-pytest-cases/issues/385
6868
"pytest-benchmark ==5.2.3",
6969
"pytest-cases ==3.10.1",
7070
"pytest-custom_exit_code ==0.3.0",

0 commit comments

Comments
 (0)