Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package_managers: rpm: inject_files: Drop sorting repo directories
The sorting was added solely to make comparing of the expected and generated repo files' contents more deterministic in unit tests, but now that we're driving the generation process with ConfigParser, we can perform the comparisons on the object level rather than actual file contents, and so we no longer need to sacrifice the beauty of using iterdir's generator by converting it to a list just to keep tests deterministic. Signed-off-by: Erik Skultety <[email protected]>
- Loading branch information