Skip to content

Commit 59db5d3

Browse files
committed
Drop support for curio
1 parent 991068d commit 59db5d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ cov = [
6565
"coverage[toml]",
6666
"pytest-cov",
6767
"matplotlib",
68-
"curio",
6968
"trio",
7069
]
7170
pyqt5 = ["pyqt5"]

tests/test_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_async_await():
2727
assert content["status"] == "ok", content
2828

2929

30-
@pytest.mark.parametrize("asynclib", ["asyncio", "trio", "curio"])
30+
@pytest.mark.parametrize("asynclib", ["asyncio", "trio"])
3131
def test_async_interrupt(asynclib, request):
3232
assert KC is not None
3333
assert KM is not None

0 commit comments

Comments
 (0)