mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix segfault at the end of pytest runs
This commit is contained in:
parent
4ec5ed0a13
commit
048a6b7d44
1 changed files with 1 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ class BeeTestCase(TestCase):
|
|||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
cls.app.quit()
|
||||
del cls.app
|
||||
|
|
|
|||
Loading…
Reference in a new issue