chore: remove pytest in ci
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1061720..4d32b91 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,30 +50,6 @@
       - name: Setup pre-commit
         uses: pre-commit/action@v3.0.0
 
-  pytest:
-    runs-on: ubuntu-latest
-    strategy:
-      fail-fast: false
-      matrix:
-        type: [unit]
-    steps:
-      - name: Checkout project
-        uses: actions/checkout@v3
-
-      - name: Install Poetry
-        run: pipx install poetry
-
-      - name: Setup Python
-        uses: actions/setup-python@v4
-        with:
-          cache: poetry
-
-      - name: Install dependencies
-        run: poetry install --no-interaction --all-extras
-
-      - name: Run test suite
-        run: poetry run pytest atmosphere/tests/${{ matrix.type }}
-
   molecule:
     runs-on: ubuntu-latest
     needs: