[Test] Fix: Move pytest mark from fixture to test
Applying a mark to a fixture function deprecated, in a newer pytest it raises an error (e.g pytest-9.0.1) blocking test execution. Move the mark from the fixture to the test function using the fixture. Signed-off-by: Mingyu Shi <mshi@redhat.com>
M
Mingyu Shi committed
3370a54c69b5900dd2082f4450a9e42349d14e2e
Parent: fd18b7e
Committed by Gris Ge <fge@redhat.com>
on 12/10/2025, 1:52:24 PM