0dc468c Drop Python 2.6 support, update tox environments

Authored and Committed by adamwill 4 years ago
    Drop Python 2.6 support, update tox environments
    
    RHEL 6 doesn't go EOL till November, but the tests mysteriously
    fail on EPEL 6 since 4.3.0, tox in current Fedoras can't run a
    py26 environment any more, and my quotient of f**s to give is
    running low...so we officially don't support py26 any more as of
    now. Next on the chopping block: py27.
    
    This drops py26 (and all the special handling for it) from the
    tox configuration, and updates some code to use syntax that only
    works in 2.7 or later, and drops various annoying workarounds
    that were only needed for RHEL 6 / Python 2.6 compatibility in
    other ways.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
file modified
+5 -5
file modified
+2 -2
file modified
+10 -10
file modified
+81 -81
file removed
-4
file removed
-2
file modified
+22 -89
file modified
+2 -2
file modified
+3 -7
file modified
+10 -14
file removed
-1