[rhinstaller/blivet/pulls/133 master] Fix tests deprecation warnings in a backward compatible way

mulkieran installerbot-noreply at redhat.com
Tue Jun 9 16:47:58 UTC 2015


Thanks!

Could you rebase and change the commit message to something more like this:

```
Make unit test assertion expressions fully Python2/3 compatible.
    
Use assertion methods that are defined in Python 2 and not deprecated in
Python 3 wherever possible.

Where the only choice is between a method name that is deprecated in Python
3 and one that does not exist in Python 2, use the one that does not
exist in Python 2, but translate it to the Python 2 equivalent when executing
under Python 2.
```

Then I should be able to push right away.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/133


More information about the anaconda-patches mailing list