Steffen Allner

Results 15 comments of Steffen Allner

@rrdhani7 Could you elaborate more, why you cannot take the current timestamp as a first thing in the test? Or you could also use a function-scoped fixture with `generate_timestamp` to...

@rouge8 I see the possible use case for that. Currently this plugin works on the basis of marker, to determine the potential rerun before the first run of the test....

@rouge8 @kousu With https://github.com/pytest-dev/pytest-rerunfailures/pull/147 we have the possibility to be only flaky on a condition and with https://github.com/pytest-dev/pytest-rerunfailures/pull/113 we can specify certain Exception to be a prerequisite to rerun. Is...

@MRigal I have never used lazy_fixtures before. What would you expect in this case? That the fixture is generated a second time?

I edited the issue for clearer formatting. @alejomejia11 looking at the traceback you provided and at the code of `pytest-depends` it looks like `pytest-depends` cannot deal with a test the...