diff --git a/Makefile b/Makefile index 1e0fc82..4e22657 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ cov: deps coverage html publish: check - poetry publish + poetry publish --build docs: mkdocs build \ No newline at end of file diff --git a/tests/test_many_to_one.py b/tests/test_many_to_one.py index 4db1160..ee4052e 100644 --- a/tests/test_many_to_one.py +++ b/tests/test_many_to_one.py @@ -4,7 +4,7 @@ from fast_tmp.admin.server import admin from fast_tmp.db import get_db_session -from .models import Author, Book +# from .models import Author, Book app = FastAPI() app.mount("/admin", admin, name="admin")