Loading test/utils/test_cache.py +5 −2 Original line number Diff line number Diff line import threading import time from concurrent.futures import ThreadPoolExecutor from unittest.mock import patch Loading Loading @@ -131,7 +132,9 @@ class TestTsLruCache: @pytest.fixture def reset_threading_ident(): original_get_ident = threading.get_ident try: yield finally: threading.get_ident = original_get_ident Loading Loading
test/utils/test_cache.py +5 −2 Original line number Diff line number Diff line import threading import time from concurrent.futures import ThreadPoolExecutor from unittest.mock import patch Loading Loading @@ -131,7 +132,9 @@ class TestTsLruCache: @pytest.fixture def reset_threading_ident(): original_get_ident = threading.get_ident try: yield finally: threading.get_ident = original_get_ident Loading