saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[TECH DEBT] Migrate tests/integration/loader/test_ext_grains.py to pytest #66670

Open dwoz opened 4 days ago

dwoz commented 4 days ago

Description of the tech debt to be addressed, include links and screenshots

Migrate tests/integration/loader/test_ext_grains.py. This test was skipped on photonos during a merge forward from 3006.x to 3007.x. Rather than diagnosing why the skip was needed; migrate the tests to pytest since this will likely resolve the issue.

Test failures can bee seen on:

https://github.com/saltstack/salt/actions/runs/9662283528/job/26667605743?pr=66654