-
Notifications
You must be signed in to change notification settings - Fork 159
loop_scope="package"
raises a fixture not found
error
#1052
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
Comments
@NoahStapp Thanks! This looks like a bug, indeed. Can you also share the directory layout around the conftest, especially any init.py files? |
Sure, here's the layout:
We use |
Slowly getting back to this… @NoahStapp Could you provide a minimal reproducible example that exhibits the error? For example, a bunch of files for me to copy to my development environment. This is the fastest way to get help. |
When using
loop_scope="package"
, this fixture defined in mytest/asynchronous/conftest.py
throws a fatal error on test setup:Every other
loop_scope
does not throw this error. Is there an additional step required forpackage
scoped fixtures?The text was updated successfully, but these errors were encountered: