Skip to content
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

pytest.helpers.remove_stale_minion_key not registered #238

Open
os-sengel opened this issue Apr 23, 2024 · 0 comments
Open

pytest.helpers.remove_stale_minion_key not registered #238

os-sengel opened this issue Apr 23, 2024 · 0 comments

Comments

@os-sengel
Copy link

os-sengel commented Apr 23, 2024

This line in conftest.py contains an unresolved reference, pytest.helpers.remove_stale_minion_key:

pepper/tests/conftest.py

Lines 247 to 249 in 8ab18e8

minion_factory.after_terminate(
pytest.helpers.remove_stale_minion_key, session_master_factory, minion_factory.id
)

I think it's likely, that the conftest.py was once derived from the main project's one.
However, the respective helper function was never used to test pepper, therefore this missing reference never raised an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant