Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ testing = [
"beautifulsoup4",
"coverage[toml]",
"defusedxml", # required by sphinx 7.3 testing utils
"pytest>=8,<9",
"pytest>=8,<10",
Comment thread
chrisjsewell marked this conversation as resolved.
Outdated
"pytest-cov",
"pytest-regressions",
"pytest-param-files~=0.6.0",
Expand All @@ -78,7 +78,7 @@ testing = [
]
testing-docutils = [
"pygments",
"pytest>=8,<9",
"pytest>=8,<10",
Comment thread
chrisjsewell marked this conversation as resolved.
Outdated
"pytest-param-files~=0.6.0",
]

Expand Down
Loading