Skip to content

Commit 619c573

Browse files
committed
CI: rerun flaky test in html pandas-dev#36467
1 parent 27aae22 commit 619c573

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/deps/travis-37-cov.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
- pytest-xdist>=1.21
1111
- hypothesis>=3.58.0
1212
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
13+
- pytest-rerunfailures
1314

1415
# pandas dependencies
1516
- beautifulsoup4

pandas/tests/io/test_html.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_to_html_compat(self):
121121
res = self.read_html(out, attrs={"class": "dataframe"}, index_col=0)[0]
122122
tm.assert_frame_equal(res, df)
123123

124+
@pytest.mark.flaky(reruns=5, reruns_delay=2)
124125
@tm.network
125126
def test_banklist_url_positional_match(self):
126127
url = "http://www.fdic.gov/bank/individual/failed/banklist.html"

0 commit comments

Comments
 (0)