We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug An attempt to run the file "selfdrive/loggerd/tests/test_loggerd.py". Internally, test_loggerd depends on common.timeout.
No module named "timeout" neither in /flowpilot/common nor in /flowpilot/common/__init__.py
/flowpilot/common
/flowpilot/common/__init__.py
To Reproduce python selfdrive/loggerd/tests/test_loggerd.py
python selfdrive/loggerd/tests/test_loggerd.py
Expected behavior Run the unit tests written for loggerd.
Platform Details Desktop:
Android :
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
In Openpilot, we have "https://github.com/commaai/openpilot/blob/master/common/timeout.py"
Sorry, something went wrong.
we can add the required files, just mention if it was hard forked with particular git commit like this: https://github.com/flowdriveai/flowpilot/blob/master/selfdrive/car/mock/interface.py#L1
Sure!
No branches or pull requests
Describe the bug
An attempt to run the file "selfdrive/loggerd/tests/test_loggerd.py".
Internally, test_loggerd depends on common.timeout.
No module named "timeout" neither in
/flowpilot/common
nor in/flowpilot/common/__init__.py
To Reproduce
python selfdrive/loggerd/tests/test_loggerd.py
Expected behavior
Run the unit tests written for loggerd.
Platform Details
Desktop:
Android :
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: