--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/0e476c83-f89e-4ead-abc4-adb330af2d5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It looks like the issue is that `dict.keys()` returns different types of objects in Python 2 and 3. It returns plain list in py2 and `dict_keys` object (which is pretty much an iterator) in py3.
So it looks like a relatively simple bug. I've created a fix for it: https://github.com/Blazemeter/taurus/pull/964
Thanks for reporting!
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/CABx%3Dy2fBTJNY867XWWB-Cnj7QrOVyTL5vHqWY455ZrWGc3BEug%40mail.gmail.com.