Remove pytest-alembic

pull/115/head
stijndcl 2022-06-23 12:09:54 +02:00
parent ee03cf7d8c
commit 257eae6fa7
3 changed files with 1 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: pip3 install -r requirements.txt -r requirements-dev.txt
- name: Run Pytest
run: pytest tests --test-alembic
run: pytest tests
env:
DB_TEST_SQLITE: false
DB_NAME: didier_action

View File

@ -3,7 +3,6 @@ black==22.3.0
mypy==0.961
pylint==2.14.1
pytest==7.1.2
pytest-alembic==0.8.2
pytest-asyncio==0.18.3
pytest-env==0.6.2
sqlalchemy2-stubs==0.0.2a23

View File

@ -1,5 +1,4 @@
import asyncio
import os
from typing import AsyncGenerator, Generator
from unittest.mock import MagicMock