Skip to content

Commit

Permalink
Remove pytest-curio and curio from dev and test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Piersall committed Jan 3, 2025
1 parent b837421 commit 90da501
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ dev = [
"pytest",
"pytest-asyncio",
"pytest-trio",
"pytest-curio",
"curio",
"trio",
]

Expand Down Expand Up @@ -79,8 +77,6 @@ test-requires = [
"pytest",
"pytest-asyncio",
"pytest-trio",
"pytest-curio",
"curio",
"trio",
]

Expand All @@ -90,10 +86,6 @@ test-command = "pytest {project}/test"
# pyproject.toml for that old Python.
skip = "cp36-*"

# skip all Python 3.12 because pytest-curio is not compatible with 3.12 right now.
# https://github.com/johnnoone/pytest-curio/pull/7
test-skip = "cp312*"

build-verbosity = 1

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 90da501

Please sign in to comment.