remove date dumping to isoformat, add pydantic 1.9 support

This commit is contained in:
collerek
2022-01-03 18:23:22 +01:00
parent 14b30baf40
commit aab46de800
7 changed files with 193 additions and 160 deletions

View File

@ -1,6 +1,3 @@
PIPENV_RUN := pipenv run
PG_DOCKERFILE_NAME := fastapi-users-test-mongo
test_all: test_pg test_mysql test_sqlite
test_pg: export DATABASE_URL=postgresql://username:password@localhost:5432/testsuite