Navigation Menu

Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 12, 2020
1 parent c2831cc commit ea90774
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -1768,7 +1768,7 @@ def testTransactionGroup(self):
self.assertFalse(vl1_1.isEditable())
self.assertFalse(vl1_2.isEditable())

@unittest.skipIf(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 3, 0), "GDAL 2.3 required")
@unittest.skipIf(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 3, 0), "GDAL 2.3 required")
def testTransactionGroupIterator(self):
"""Test issue GH #39178: the bug is that this test hangs
forever in an endless loop"""
Expand Down Expand Up @@ -1839,4 +1839,3 @@ def testTransactionGroupCrash(self):

if __name__ == '__main__':
unittest.main()

0 comments on commit ea90774

Please sign in to comment.