Open os-sengel opened 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
conftest.py
pytest.helpers.remove_stale_minion_key
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.
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-L249I 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.