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
When attempting to test my notifiers I am getting the following error:
======================================================================
ERROR: tests (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests
Traceback (most recent call last):
File "/usr/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
ModuleNotFoundError: No module named 'tests'
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
A clear and concise description of what the bug is and how it can be reproduced.
Environment:
OS: Ubuntu 20.04
Python version: 3.9
PIP version:
Chia version:
Chiadog version:
Harvester: remote OR local
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to test my notifiers I am getting the following error:
A clear and concise description of what the bug is and how it can be reproduced.
Environment:
The text was updated successfully, but these errors were encountered: