saltstack / pepper

A library and stand-alone CLI tools to access a salt-api instance
Other
246 stars 124 forks source link

pytest.helpers.remove_stale_minion_key not registered #238

Open os-sengel opened 7 months ago

os-sengel commented 7 months ago

This line in conftest.py contains an unresolved reference, pytest.helpers.remove_stale_minion_key: https://github.com/saltstack/pepper/blob/8ab18e8fb81c275e19c1345146116cf14b9f1223/tests/conftest.py#L247-L249

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.