1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-01 21:54:42 -04:00

remove py310 testing

This commit is contained in:
2025-12-29 19:38:14 -05:00
parent d58700b9e4
commit f9979fa3da
8 changed files with 40 additions and 47 deletions
+2
View File
@@ -2,6 +2,7 @@ import os
import pickle
import shutil
import tempfile
import threading
import unittest
from unittest import mock
@@ -17,6 +18,7 @@ class TestObjectStore(objectstore.ObjectStoreMixin):
def __init__(self):
super().__init__()
self.lock = threading.RLock()
self.data = {}