no longer need gc

pull/30443/head
Shane Smiskol 2 years ago
parent 6403f40430
commit e85983856f
  1. 2
      selfdrive/car/tests/test_models.py

@ -11,7 +11,6 @@ from typing import List, Optional, Tuple
from parameterized import parameterized_class
import hypothesis.strategies as st
from hypothesis import HealthCheck, Phase, assume, given, settings, seed
import gc
from cereal import messaging, log, car
from openpilot.common.basedir import BASEDIR
@ -171,7 +170,6 @@ class TestCarModelBase(unittest.TestCase):
@classmethod
def tearDownClass(cls):
del cls.can_msgs
gc.collect()
def setUp(self):
self.CI = self.CarInterface(self.CP.copy(), self.CarController, self.CarState)

Loading…
Cancel
Save