Skip to content

Commit 38a9dcc

Browse files
committed
Pin sybil to < 6.1
Sybil 6.1.0 fixes a bug which we thought it was proper behavior, so upgrading to it would break our tests. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 409ed64 commit 38a9dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ model = []
6464
extra-lint-examples = [
6565
"pylint >= 2.17.3, < 4",
6666
"pytest >= 7.3.0, < 9",
67-
"sybil >= 5.0.3, < 7",
67+
"sybil >= 5.0.3, < 6.1",
6868
]
6969
dev-flake8 = [
7070
"flake8 == 6.1.0",

0 commit comments

Comments
 (0)