Skip to content

Commit

Permalink
Pin sybil to < 6.1
Browse files Browse the repository at this point in the history
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 <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed May 3, 2024
1 parent 9e4d77f commit 3d36567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ model = []
extra-lint-examples = [
"pylint >= 2.17.3, < 4",
"pytest >= 7.3.0, < 9",
"sybil >= 5.0.3, < 7",
"sybil >= 5.0.3, < 6.1",
]
dev-flake8 = [
"flake8 == 7.0.0",
Expand Down

0 comments on commit 3d36567

Please sign in to comment.