This PR switches the pytest setup() to setup_method() to allow suse-migration-services to work with pytest 7.0. This is similar to the change made to mash that also provides pytest 7.0 compatability
@jesusbv This fixes https://github.com/SUSE/suse-migration-services/issues/235 I saw Sean had the same issue in mash and he did a similar fix in mash to allow it to work with pytest 7. Feel free to add/modify this as needed if you agree with the resolution
@rjschwei @jesusbv @smarlowucf Could you please review? I included Sean as the fix I did here is similar to the fix he did for mash to resolve the same issue.
This PR switches the pytest setup() to setup_method() to allow suse-migration-services to work with pytest 7.0. This is similar to the change made to mash that also provides pytest 7.0 compatability
@jesusbv This fixes https://github.com/SUSE/suse-migration-services/issues/235 I saw Sean had the same issue in mash and he did a similar fix in mash to allow it to work with pytest 7. Feel free to add/modify this as needed if you agree with the resolution
Closes #235