Поддержать настройки трендов в Python 3.8

This commit is contained in:
2026-09-04 12:23:07 +03:00
parent 20850b26df
commit 392817432b
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import unittest
from protocan.plot import Bounds, Marker, Markers, PlotMath, Viewport
@unittest.skipUnless(os.environ.get("SETPROTOCOL_LIBRARY"), "Set SETPROTOCOL_LIBRARY to the built C library")
class PlotTests(unittest.TestCase):
@classmethod
def setUpClass(cls):