Skip to content

Commit

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

Expand Down

0 comments on commit 0c59663

Please sign in to comment.