-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
parametrize fails when values are unhashable #244
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): removed, mistake |
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt):
|
Original comment by Mark Tsuchida (BitBucket: marktsuchida, GitHub: marktsuchida): This might not add anything, but I've encountered the same problem with pytest 2.3.4 and Python 3.3.0, using the following example.
|
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): @bubenkoff any progress? |
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): my memory is partially outsourced, didn't you know? More seriously, someone showed me a failure at PyconDE that looked much like this issue. This reproduces it:
|
Original comment by Anatoly Bubenkov (BitBucket: bubenkoff, GitHub: bubenkoff): here's the PR i did to reproduce |
Original comment by Anatoly Bubenkov (BitBucket: bubenkoff, GitHub: bubenkoff): https://bitbucket.org/hpk42/pytest/pull-request/68/parametrize-fails-when-values-are/diff |
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): @bubenkoff are you still up for the issue? If not please drop a quick note here. |
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): @bubenkoff can you try to resolve this issue or un-assign yourselve until thursday? |
Original comment by Anatoly Bubenkov (BitBucket: bubenkoff, GitHub: bubenkoff): https://bitbucket.org/hpk42/pytest/pull-request/88/parametrize-fails-when-values-are/diff closes this |
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
seems like a recent change in parametrizing disallows hashable items
this broke the hgdistver testsuite
The text was updated successfully, but these errors were encountered: