-
Notifications
You must be signed in to change notification settings - Fork 22
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
Python 3 support #43
Comments
I just checked and according to 'caniusepython3': I believe the hardest will be ncclient. |
worth it to note that flexmock is supporting up to 3.3. So if we are targeting 3.4.3, we should watch out for that one. |
Just get rid of flexmock and use mock now that it's built-in? ;) |
or we could write a new lib called flexy and make it a wrapper of mock in the syntax of flexmock ;) |
That would be fun. |
Hey guys, just FYI, I recently became new maintainer of flexmock and I extended support to 3.4 and 3.5; support for new Python releases will be landing as they come out. Flexmock now lives here: https://github.com/bkabrda/flexmock - feel free to let me know if you hit any issues! |
Nice, thanks for the info! |
ncclient now supports python3 ! |
Title says it all! I believe we aren't that far off :)
The text was updated successfully, but these errors were encountered: