Commit 615c14e
authored
Add _initrequest for pytest-retry to avoid AttributeError for sharktank benchmark tests (iree-org#97)
Add _initrequest for pytest-retry to avoid AttributeError for sharktank
tests. Sometimes the CI fails with an AttributeError:
```
INTERNALERROR> AttributeError: 'ModelBenchmarkRunItem' object has no attribute '_initrequest'
---------------------------- live log sessionfinish ----------------------------
INFO conftest:conftest.py:99 Pytest benchmark test session has finished
```
Signed-off-by: aviator19941 <avinash.sharma@amd.com>1 parent 253da43 commit 615c14e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
0 commit comments