| Message ID | 20260428154045.1913762-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | b79667b6599494a0ed209d48bf8bbb7e8921d926 |
| Headers | show |
| Series | toaster: Increase pytest version requirement for toaster tests | expand |
diff --git a/lib/toaster/tests/toaster-tests-requirements.txt b/lib/toaster/tests/toaster-tests-requirements.txt index 6243c00a361..86ba9b42c17 100644 --- a/lib/toaster/tests/toaster-tests-requirements.txt +++ b/lib/toaster/tests/toaster-tests-requirements.txt @@ -1,5 +1,5 @@ selenium>=4.13.0 -pytest==7.4.2 +pytest>=9.0.3 pytest-django==4.5.2 pytest-env==1.1.0 pytest-html==4.0.2
Switch to use pytest >= 9.0.3 for toaster testing to avoid security issue warnings for older pytest. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- lib/toaster/tests/toaster-tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)