From d500516b4b076511f862337eaf6d53f5728729bb Mon Sep 17 00:00:00 2001 From: Hugo bessa Date: Thu, 5 Dec 2024 19:36:23 -0300 Subject: [PATCH] Make tests sequantial to avoid conflict --- poetry.lock | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1537651..4d68321 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1028,7 +1028,7 @@ typing-extensions = "^4.12.2" type = "git" url = "https://github.com/vintasoftware/vintasend.git" reference = "main" -resolved_reference = "17a10ca015573449e2e7e6e2e4a4b5621673c856" +resolved_reference = "52e54b0c61d275fa25c810a8a92a88be148a02a4" [[package]] name = "virtualenv" diff --git a/tox.ini b/tox.ini index 774733e..f77a8a2 100644 --- a/tox.ini +++ b/tox.ini @@ -22,4 +22,4 @@ deps = commands_pre = poetry install --with dev commands = - poetry run pytest -n auto --cov vintasend_fastapi_mail {posargs} \ No newline at end of file + poetry run pytest --cov vintasend_fastapi_mail {posargs} \ No newline at end of file