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
The readme should contain a portion on how to run the tests.
If I am correct you should use following steps:
pip install -e .[test]
pytest
This runs the tests for me but I have currently 2 problems
test_hub.py
test_device.py
All with the same error
> device.updated.set = event_set E AttributeError: 'Event' object attribute 'set' is read-only
I am currently using python version 3.10.4 not sure if that is the problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The readme should contain a portion on how to run the tests.
If I am correct you should use following steps:
pip install -e .[test]
pytest
This runs the tests for me but I have currently 2 problems
test_hub.py
keeps hanging and never completestest_device.py
there are 3 tests failing:All with the same error
I am currently using python version 3.10.4 not sure if that is the problem?
The text was updated successfully, but these errors were encountered: