-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Issue(s) with usage example: fixture 'mqtt_settings' not found #20
Comments
Dear Aaron, thanks a stack for your report. It looks like the most recent release is bogus in this regard. I just observed the same error over here, coming from a Dependabot patch. We will need to look into the issue, and fix it. Apologies for the hiccup, can you work around it by downgrading to the previous version in the meanwhile? With kind regards, |
Hi. We just yanked the release 0.4.0 from PyPI, and there is a patch now, intending to fix the problem. Apologies for the delay, release 0.4.1 is upcoming. |
pytest-mqtt 0.4.1 has been released and verified on behalf of daq-tools/lorrystream#95. Closing this. Thanks again. |
Thank you. Fixed with 3e410fb. |
I am encountering issues when trying to execute the basic example.
I am running pytest with this test:
However, I get the error
How can I fix this issue?
Furthermore, I noticed that
import pytest
is missing for the basic usage example.The text was updated successfully, but these errors were encountered: