Closed mrfunctionC3 closed 4 years ago
Hey! Thanks for the PR!
How can I reproduce the issue?
If arguments are being passed, I wonder if the correct fix would be: lambda *args: skip_on_empty(*args)
I've got this fixed in v0.7.4 🙂
skip_if_empty in v0.7.4 does not work here. Have the same error: :TestMLflowProjects::test_project - TypeError:
This issue is still persisting in v0.7.4. Also, the fix mentioned above is not present in v0.7.4 yet. Please reopen this issue.
you can link this to issue 92
fix got an error message, lambda missing arguments while set
skip_on_empty=True
but parameter list is empty and test function need argumentsTypeError:() takes 0 positional arguments but 1 was given