Skip to content

Commit

Permalink
Remove pytest.mark.asyncio (should be automatic)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 10, 2024
1 parent 5a4e43d commit 6f2e26f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions binderhub/tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# We have optimized this slow test, for more information, see the README of
# https://github.com/binderhub-ci-repos/minimal-dockerfile.
@pytest.mark.timeout(900)
@pytest.mark.asyncio
@pytest.mark.parametrize(
"slug",
[
Expand Down Expand Up @@ -104,7 +103,6 @@ async def test_build(app, needs_build, needs_launch, always_build, slug, pytestc


@pytest.mark.timeout(900)
@pytest.mark.asyncio
@pytest.mark.parametrize(
"app,build_only_query_param",
[
Expand Down Expand Up @@ -155,7 +153,6 @@ async def test_build_only(app, build_only_query_param, needs_build):


@pytest.mark.timeout(120)
@pytest.mark.asyncio
@pytest.mark.remote
async def test_build_fail(app, needs_build, needs_launch, always_build):
"""
Expand All @@ -180,7 +177,6 @@ async def test_build_fail(app, needs_build, needs_launch, always_build):


@pytest.mark.timeout(120)
@pytest.mark.asyncio
@pytest.mark.parametrize(
"app,build_only_query_param,expected_error_msg",
[
Expand Down Expand Up @@ -490,7 +486,6 @@ async def test_local_repo2docker_build():


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

0 comments on commit 6f2e26f

Please sign in to comment.