diff --git a/tests/loopback_tests.py b/tests/loopback_tests.py index fe57ecb..0457188 100644 --- a/tests/loopback_tests.py +++ b/tests/loopback_tests.py @@ -4,7 +4,7 @@ import struct -@pytest.fixture()#scope="session") # TODO: figure out how to properly GC these +@pytest.fixture() def device(): gc.collect() dev = canalystii.CanalystDevice(bitrate=1000000)