Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix OGR-GPKG provider test
  • Loading branch information
elpaso authored and nyalldawson committed Feb 8, 2021
1 parent 0c59663 commit 7d32621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -96,6 +96,10 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
"""Run after all tests"""
del(cls.vl)
del(cls.vl_poly)
del(cls.check_constraint)
del(cls.unique_not_null_constraints)
for dirname in cls.dirs_to_cleanup:
shutil.rmtree(dirname, True)

Expand Down

0 comments on commit 7d32621

Please sign in to comment.