Skip to content

Commit

Permalink
Remove databases from tests (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored and aminalaee committed Feb 13, 2023
1 parent d9ca125 commit 35b5f5c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 182 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,6 @@
autoflake==1.5.3
black==22.8.0
coverage==6.4.2
databases[sqlite]==0.6.1
flake8==3.9.2
importlib-metadata==4.13.0
isort==5.10.1
Expand Down
6 changes: 0 additions & 6 deletions tests/conftest.py
Expand Up @@ -5,12 +5,6 @@
from starlette.testclient import TestClient


@pytest.fixture
def no_trio_support(anyio_backend_name):
if anyio_backend_name == "trio":
pytest.skip("Trio not supported (yet!)")


@pytest.fixture
def test_client_factory(anyio_backend_name, anyio_backend_options):
# anyio_backend_name defined by:
Expand Down
175 changes: 0 additions & 175 deletions tests/test_database.py

This file was deleted.

0 comments on commit 35b5f5c

Please sign in to comment.