From 23644f2ca7c63fef0931b4bc9def7eddd9d6b2d9 Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Tue, 17 Aug 2021 11:07:00 -0700 Subject: [PATCH] Rerun failed python integration tests Signed-off-by: Achal Shah --- Makefile | 2 +- sdk/python/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b18c5bca2e..6dc049792e 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ test-python: FEAST_USAGE=False pytest -n 8 sdk/python/tests test-python-integration: - FEAST_USAGE=False pytest -n 8 --integration sdk/python/tests + FEAST_USAGE=False pytest -n 8 --integration --reruns 3 sdk/python/tests format-python: # Sort diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 1b8cfc0e68..1ba788125f 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -93,6 +93,7 @@ "pytest-cov", "pytest-xdist", "pytest-lazy-fixture==0.6.3", + "pytest-rerunfailures==10.1", "pytest-timeout==1.4.2", "pytest-ordering==0.6.*", "pytest-mock==1.10.4",