Bruno Oliveira

Results 699 comments of Bruno Oliveira

Hey @akhilramkee, sorry for not answering earlier. I think this is mostly an oversight, can't think of a reason not to apply the filters at that stage.

@RonnyPfannschmidt should we close this in the spirit of clearing up the queue, to be tackled again in the future?

@RonnyPfannschmidt this might be stale after the recent regendoc fixes?

@bluetech @haxtibal gentle ping to get this rolling again (or close, if deemed best).

@Tadaboody's suggestion is on point I believe. You can always preprocess the parameter list yourself and deselect the parameters as appropriate. @aldanor @h-vetinari @notestaff does that solve your issue?

@aldanor thanks for the example. What do you suggest the API for skipping tests be?

@h-vetinari @aldanor it seems what you want is already possible with a custom hook and mark: ```python # contents of conftest.py def pytest_configure(config): config.addinivalue_line( "markers", "uncollect_if(*, func): function to unselect...

A built-in feature is not out of question, but I'm personally not very keen on adding this to the core myself, as it is a very uncommon use case and...

Hi @SaturnIC, Not sure, users might generate an empty parameter set without realizing it (a bug in a function which produces the parameters for example), which would then make pytest...

Thanks @brylie! Merging as the failures are unrelated. 👍