Skip to content

Commit

Permalink
Fix spatialite provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and 3nids committed Feb 2, 2021
1 parent 99151ce commit 9ffb477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_provider_spatialite.py
Expand Up @@ -298,8 +298,8 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
"""Run after all tests"""
print(' ### Tear Down Spatialite Provider Test Class')

del(cls.vl)
del(cls.vl_poly)
# for the time being, keep the file to check with qgis
# if os.path.exists(cls.dbname) :
# os.remove(cls.dbname)
Expand Down

0 comments on commit 9ffb477

Please sign in to comment.