Package: python-gflags / 1.5.1-1

Metadata

Package Version Patches format
python-gflags 1.5.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python2.7 testsuite.patch | (download)

gflags_unittest.py | 40 22 + 18 - 0 !
test_module_baz.py | 18 18 + 0 - 0 !
2 files changed, 40 insertions(+), 18 deletions(-)

 make test suite pass with python2.7
 Python 2.7's unittest module introduced some new methods
 that gflags_unittest already had defined. This calls for
 some special handling to avoid having them step on each
 other's toes.