Skip to content

Commit

Permalink
Pin pytest to avoid conflict with simplistix/sybil#107
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Jan 29, 2024
1 parent f53f31f commit b5a0fc6
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 @@ -213,7 +213,7 @@ readme = { file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.12"
dependencies = [
"Pillow",
"pytest",
"pytest<8", # We pin pytest to avoid conflict with Sybil. See https://github.com/simplistix/sybil/issues/107.
]

[project.optional-dependencies]
Expand Down

0 comments on commit b5a0fc6

Please sign in to comment.