Skip to content

Commit 67edf1c

Browse files
authored
Merge pull request #200 from avalentino/bugfix/pytest-3.4-compat
Fix compatibiility with pytest 8.4
2 parents 859c9d6 + ad4dc61 commit 67edf1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyorbital/tests/test_tlefile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ def tearDown(self):
721721
"""Clean temporary files."""
722722
with suppress(PermissionError, NotADirectoryError):
723723
self.temp_dir.cleanup()
724+
self.db.close()
724725

725726
def test_init(self):
726727
"""Test that the init did what it should have."""

0 commit comments

Comments
 (0)