SUSE / suse-migration-services

GNU General Public License v3.0
7 stars 11 forks source link

Fix pytest 7 compatibility #236

Closed KeithMnemonic closed 2 years ago

KeithMnemonic commented 2 years ago

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

KeithMnemonic commented 2 years ago

@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.