Skip to content

Commit 6f2e26f

Browse files
committed
Remove pytest.mark.asyncio (should be automatic)
1 parent 5a4e43d commit 6f2e26f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

binderhub/tests/test_build.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# We have optimized this slow test, for more information, see the README of
2323
# https://github.com/binderhub-ci-repos/minimal-dockerfile.
2424
@pytest.mark.timeout(900)
25-
@pytest.mark.asyncio
2625
@pytest.mark.parametrize(
2726
"slug",
2827
[
@@ -104,7 +103,6 @@ async def test_build(app, needs_build, needs_launch, always_build, slug, pytestc
104103

105104

106105
@pytest.mark.timeout(900)
107-
@pytest.mark.asyncio
108106
@pytest.mark.parametrize(
109107
"app,build_only_query_param",
110108
[
@@ -155,7 +153,6 @@ async def test_build_only(app, build_only_query_param, needs_build):
155153

156154

157155
@pytest.mark.timeout(120)
158-
@pytest.mark.asyncio
159156
@pytest.mark.remote
160157
async def test_build_fail(app, needs_build, needs_launch, always_build):
161158
"""
@@ -180,7 +177,6 @@ async def test_build_fail(app, needs_build, needs_launch, always_build):
180177

181178

182179
@pytest.mark.timeout(120)
183-
@pytest.mark.asyncio
184180
@pytest.mark.parametrize(
185181
"app,build_only_query_param,expected_error_msg",
186182
[
@@ -490,7 +486,6 @@ async def test_local_repo2docker_build():
490486

491487

492488
@pytest.mark.timeout(20)
493-
@pytest.mark.asyncio
494489
async def test_local_repo2docker_build_stop(io_loop):
495490
q = Queue()
496491
# We need a slow build here so that we can interrupt it, so pick a large repo that

0 commit comments

Comments
 (0)