Sylvain Marié

Results 299 comments of Sylvain Marié

Indeed, thanks for the trick @Jasha10 !

Thanks for reporting @vyasr ! as for other issues, it would be great to have a stacktrace/explanation rather than "this fails" :) I'll have a look

I am able to reproduce the issue. ```python (...) ..\src\pytest_cases\fixture_core1_unions.py:223: in ignore_unused new_sig = add_signature_parameters(old_sig, last=Parameter('request', kind=Parameter.POSITIONAL_OR_KEYWORD)) ..\.nox\tests-3-9-env-pytest-latest\lib\site-packages\makefun\main.py:1089: in add_signature_parameters return s.replace(parameters=lst) ..\.nox\tests-3-9-env-pytest-latest\lib\inspect.py:2883: in replace return type(self)(parameters, ..\.nox\tests-3-9-env-pytest-latest\lib\inspect.py:2817: in __init__...

I have considered this but I would prefer not to do it for now. The pros are much lower than the cons (you can use pyfields if you need dataclass...

Thanks @saroad2 for coming back at this point ! Indeed this could be something doable, if you are motivated. Knowing the details inside pytest-cases, I am just afraid that by...

It is not up to date: https://github.com/smarie/pytest-patterns/issues/7 EDIT: I updated the example. But the structure of the project is stlil relying on travis :( so no CI.. We should probably...

Thanks @fabaff for your feedback. `makefun` does not require any of the other two at runtime (see [installation requirements here](https://github.com/smarie/python-makefun/blob/main/setup.cfg#L30)) `decopatch` solely requires `makefun` at runtime (see [installation requirements here](https://github.com/smarie/python-decopatch/blob/master/setup.py#L16))...

See https://github.com/smarie/python-decopatch/issues/20#issuecomment-832856125 that might be related. It is basically a matter of what you choose to package in RPMs: applications (including all the libraries they require) or individual libraries. If...