You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cannot run unit tests because of compilation error:
Error
Traceback (most recent call last):
File "C:\Users\Admin\code\tb\thingsboard-gateway\tests\unit\service\test_duplicate_detector.py", line 96, in setUp
super().setUp()
File "C:\Users\Admin\code\tb\thingsboard-gateway\tests\unit\BaseUnitTest.py", line 11, in setUp
super().setUp()
File "C:\Users\Admin\code\tb\thingsboard-gateway\tests\base_test.py", line 33, in setUp
signal.signal(signal.SIGALRM, self._timeout_handler)
^^^^^^^^^^^^^^
AttributeError: module 'signal' has no attribute 'SIGALRM'
The text was updated successfully, but these errors were encountered:
devaskim
changed the title
[BUG] AttributeError: module 'signal' has no attribute 'SIGALRM'
[BUG] AttributeError: module 'signal' has no attribute 'SIGALRM' on Windows machine
Dec 5, 2024
Describe the bug
Cannot run unit tests because of compilation error:
The text was updated successfully, but these errors were encountered: