Skip to content

Commit 26054aa

Browse files
authored
Rerun failed python integration tests (#1785)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 90559fc commit 26054aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test-python:
5656
FEAST_USAGE=False pytest -n 8 sdk/python/tests
5757

5858
test-python-integration:
59-
FEAST_USAGE=False pytest -n 8 --integration sdk/python/tests
59+
FEAST_USAGE=False pytest -n 8 --integration --reruns 3 sdk/python/tests
6060

6161
format-python:
6262
# Sort

sdk/python/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"pytest-cov",
9494
"pytest-xdist",
9595
"pytest-lazy-fixture==0.6.3",
96+
"pytest-rerunfailures==10.1",
9697
"pytest-timeout==1.4.2",
9798
"pytest-ordering==0.6.*",
9899
"pytest-mock==1.10.4",

0 commit comments

Comments
 (0)