box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
377 stars 60 forks source link

3.7.0: flaky fails in pytest test suite #178

Open kloczek opened 3 years ago

kloczek commented 3 years ago

On self testting pytest flaky fails with:

INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   ...
INTERNALERROR>   File "/usr/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py", line 139, in call_and_report
INTERNALERROR>     self._call_infos[item][when] = call
INTERNALERROR> KeyError: <Function test_hello>

https://github.com/pytest-dev/pytest/issues/8671#issuecomment-840923203