Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Unable to hash test parameter '...'. Hashable parameters are required to use steps reliably. #41

Closed
smarie opened this issue Apr 9, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@smarie
Copy link
Owner

smarie commented Apr 9, 2021

This seems to happen when pytest-steps is used with pytest-cases and a LazyValue, LazyTuple, LazyTupleItem, fixture_ref, FixtureRefItem is used as parameter value.

@smarie smarie added the bug Something isn't working label Apr 9, 2021
smarie pushed a commit to smarie/python-pytest-cases that referenced this issue Apr 12, 2021
…ncreases compatibility with plugins hashing the parameter values, such as pytest-steps. See smarie/python-pytest-steps#41 . Fixes #199
@smarie
Copy link
Owner Author

smarie commented Apr 12, 2021

Fixed with pytest-cases 3.4.6

@smarie smarie closed this as completed Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant