[rhinstaller/blivet/pulls/120 master] Run the test suite with both Python 2 and Python 3

mulkieran installerbot-noreply at redhat.com
Tue May 26 19:54:01 UTC 2015


I think you should be able to avoid modifying the class hierarchy to deal with the versioning problem in commit 3. You might consider modifying unittest.TestCase instead, for example.

Also, we always use six.PY2 and six.PY3 to check the python version for this kind of thing, not sys.version_info, so it's probably best to stick with that.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/120


More information about the anaconda-patches mailing list