From 120ed9aec85cced4c460ecb36fb00b339c6ce1ab Mon Sep 17 00:00:00 2001 From: Alexey Snigir Date: Fri, 2 Aug 2024 16:30:28 +0200 Subject: [PATCH] reruns --- vizro-ai/hatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index 1b9214893..2aad83cb9 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -37,7 +37,7 @@ prep-release = [ pypath = "hatch run python -c 'import sys; print(sys.executable)'" secrets = "pre-commit run gitleaks --all-files" test = "pytest tests {args}" -test-integration = "pytest -vs tests/integration {args}" +test-integration = "pytest -vs --reruns 1 tests/integration {args}" test-unit = "pytest tests/unit {args}" test-unit-coverage = [ "coverage run -m pytest tests/unit {args}",