TST Skip PEFT tests if PEFT version is too low (#47027)
* TST Skip PEFT tests if PEFT version is too low
Two PEFT tests fail with the current PEFT release v0.19 but the
failure is already fixed on main. Therefore, skip those tests unless
v0.20+ is found, which is the next PEFT release.
* require decorator
* style
---------
Co-authored-by: vasqu <antonprogamer@gmail.com>