gtagency / pyrostest

A library for testing ROS systems using python test frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide py2/py3 compatibility.

joshuamorton opened this issue · comments

Its likely that ros will one day move to py3k compat, we should get there sooner. I don't think there will be a lot of work to enable that, and if we do we can set bdist_wheel to true/1 in our setup.cfg, which would be a nice-to-have.