-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry failed integration tests (#674)
## Changes Retry failed integration tests ## Tests - [X] `make test` run locally - [X] `make fmt` applied - [X] relevant integration tests applied - [X] `make dev integration` applied
- Loading branch information
1 parent
455a14c
commit f50af60
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
extras_require={"dev": ["pytest", "pytest-cov", "pytest-xdist", "pytest-mock", | ||
"yapf", "pycodestyle", "autoflake", "isort", "wheel", | ||
"ipython", "ipywidgets", "requests-mock", "pyfakefs", | ||
"databricks-connect"], | ||
"databricks-connect", "pytest-rerunfailures"], | ||
"notebook": ["ipython>=8,<9", "ipywidgets>=8,<9"]}, | ||
author="Serge Smertin", | ||
author_email="[email protected]", | ||
|