[PATCH] toaster: Increase pytest version requirement for toaster tests
Richard Purdie <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
Switch to use pytest >= 9.0.3 for toaster testing to avoid security issue warnings for older pytest. Signed-off-by: Richard Purdie <[email protected]> --- lib/toaster/tests/toaster-tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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