diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 817cd9a..9f67f96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: hatch env create hatch build test: - runs-on: ubuntu-latest + runs-on: macos-latest needs: lint steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index c970c37..eeee99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,9 +82,6 @@ exclude = [ packages = ["src/fymail"] [tool.pytest.ini_options] -markers = [ - "asyncio", -] asyncio_mode="auto" [tool.coverage.run]