We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90559fc commit 26054aaCopy full SHA for 26054aa
Makefile
@@ -56,7 +56,7 @@ test-python:
56
FEAST_USAGE=False pytest -n 8 sdk/python/tests
57
58
test-python-integration:
59
- FEAST_USAGE=False pytest -n 8 --integration sdk/python/tests
+ FEAST_USAGE=False pytest -n 8 --integration --reruns 3 sdk/python/tests
60
61
format-python:
62
# Sort
sdk/python/setup.py
@@ -93,6 +93,7 @@
93
"pytest-cov",
94
"pytest-xdist",
95
"pytest-lazy-fixture==0.6.3",
96
+ "pytest-rerunfailures==10.1",
97
"pytest-timeout==1.4.2",
98
"pytest-ordering==0.6.*",
99
"pytest-mock==1.10.4",
0 commit comments